Changed coding style

This commit is contained in:
emeric
2023-10-02 20:32:28 +02:00
parent 4fbacd691d
commit 7c7fbba319
18 changed files with 1265 additions and 1311 deletions
+7 -7
View File
@@ -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;
};
}