Fix code style

This commit is contained in:
Jerry (Xinyu Hou) 2015-12-03 13:54:47 -08:00
parent 09c2f88d90
commit 6357c17a1f

View File

@ -178,7 +178,7 @@ MSWindowsClipboard::get(EFormat format) const
// if no converter then we don't recognize any formats
if (converter == NULL) {
LOG((CLOG_WARN "No converter for format %d", format));
LOG((CLOG_WARN "no converter for format %d", format));
return String();
}