Fix code style
This commit is contained in:
parent
e5c1821088
commit
5661a41d42
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue