Fix code style

This commit is contained in:
Jerry (Xinyu Hou) 2015-12-03 13:54:47 -08:00 committed by Xinyu Hou
parent e5c1821088
commit 5661a41d42
1 changed files with 1 additions and 1 deletions

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();
}