Fixed code style

Revert "Moved note into either warning or info #4745"

This reverts
commit d3a4ce1f11.

Revert "Changed note to notify #4745"

This reverts commit
5006adedfe.

Conflicts:
	src/test/unittests/ipc/IpcLogOutputterTests.cpp

Shortened transmission log #4858

Revert "Added code to throw an error if the plugin can't be deleted or
written to #4696"

This reverts commit
5696497bc0.
This commit is contained in:
Jerry (Xinyu Hou)
2015-07-08 15:46:13 -07:00
parent 41c03b8f37
commit 9483fecc42
8 changed files with 34 additions and 22 deletions

View File

@@ -105,7 +105,7 @@ invoke(const char* command, void** args)
g_secureListenSocket = NULL;
}
}
else if(strcmp(command, "version") == 0) {
else if (strcmp(command, "version") == 0) {
return (void*) kSynergyVers;
}