update spaces to tabs in wsrequesthandler for set and toggle mute

This commit is contained in:
Mikhail Swift 2017-02-12 22:52:20 -05:00 committed by GitHub
parent 0816d222c6
commit c783c51915

View File

@ -74,8 +74,8 @@ class WSRequestHandler : public QObject
static void HandleSetVolume(WSRequestHandler *owner); static void HandleSetVolume(WSRequestHandler *owner);
static void HandleGetVolume(WSRequestHandler *owner); static void HandleGetVolume(WSRequestHandler *owner);
static void ToggleMute(WSRequestHandler *owner); static void ToggleMute(WSRequestHandler *owner);
static void SetMute(WSRequestHandler *owner); static void SetMute(WSRequestHandler *owner);
}; };
#endif // WSPROTOCOL_H #endif // WSPROTOCOL_H