Skip to content

Commit 0579ccd

Browse files
Fix spacing
1 parent 2e3e7d3 commit 0579ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Convert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ namespace Convert
2424
return retList;
2525
}
2626

27-
Qt::Key ToQtKey(const QChar& ch) { return static_cast<Qt::Key>(QChar(ch).unicode()); }
27+
Qt::Key ToQtKey(const QChar& ch) { return static_cast<Qt::Key>(QChar(ch).unicode()); }
2828
}

0 commit comments

Comments
 (0)