mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
Fixed code style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user