Changed coding style
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
|
||||
namespace API::Subsonic
|
||||
{
|
||||
struct ClientInfo
|
||||
{
|
||||
std::string name;
|
||||
std::string user;
|
||||
std::string password;
|
||||
ProtocolVersion version;
|
||||
};
|
||||
struct ClientInfo
|
||||
{
|
||||
std::string name;
|
||||
std::string user;
|
||||
std::string password;
|
||||
ProtocolVersion version;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user