Fixed code style

This commit is contained in:
Jerry (Xinyu Hou) 2015-07-06 16:48:36 -07:00
parent 260a7337d3
commit cfec3a93f2
1 changed files with 1 additions and 1 deletions

View File

@ -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