mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
Fixed code style
This commit is contained in:
parent
260a7337d3
commit
cfec3a93f2
@ -59,7 +59,7 @@ init(void* log, void* arch)
|
||||
Arch::setInstance(reinterpret_cast<Arch*>(arch));
|
||||
}
|
||||
|
||||
LOG(( CLOG_DEBUG "library use: %s",helperGetLibsUsed().c_str()));
|
||||
LOG(( CLOG_DEBUG "library use: %s", helperGetLibsUsed().c_str()));
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Loading…
Reference in New Issue
Block a user