mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 08:21:40 +08:00
Fix code style
This commit is contained in:
committed by
Xinyu Hou
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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user