mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
Fix code style
This commit is contained in:
parent
09c2f88d90
commit
6357c17a1f
@ -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
Block a user