mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-17 03:20:40 +08:00
Fixed code style
Revert "Moved note into either warning or info #4745" This reverts commitd3a4ce1f11. Revert "Changed note to notify #4745" This reverts commit5006adedfe. 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 commit5696497bc0.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user