1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Fix indentation

This commit is contained in:
Uwe L. Korn
2014-01-31 19:52:57 +00:00
parent efbc9a27f9
commit 36206e8006

View File

@@ -46,6 +46,7 @@ Api_v1_5::ping( QxtWebRequestEvent* event )
m_service->postEvent( e ); m_service->postEvent( e );
} }
void void
Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command ) Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
{ {
@@ -120,6 +121,7 @@ Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
} }
} }
void void
Api_v1_5::jsonReply( QxtWebRequestEvent* event, const char* funcInfo, const QString& errorMessage, bool isError ) Api_v1_5::jsonReply( QxtWebRequestEvent* event, const char* funcInfo, const QString& errorMessage, bool isError )
{ {