mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-07 12:27:59 +08:00
Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
committed by
Jerry (Xinyu Hou)
parent
88214a0d3c
commit
5a9cbc97e3
@@ -28,7 +28,7 @@ std::stringstream _logStream;
|
||||
#define LOG(s) \
|
||||
_logStream.str(""); \
|
||||
_logStream << "winmmjoy: " << s << std::endl; \
|
||||
s_log( _logStream.str().c_str())
|
||||
s_log(_logStream.str().c_str())
|
||||
|
||||
static bool s_running = true;
|
||||
static void (*s_sendEvent)(const char*, void*) = NULL;
|
||||
|
||||
Reference in New Issue
Block a user