Skip to content

Commit 9ef8170

Browse files
committed
clang-format
Signed-off-by: silvialpz <74107990+silvialpz@users.noreply.github.com>
1 parent 7b80b05 commit 9ef8170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/osltoy/codeeditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ int
100100
CodeEditor::char_width_pixels() const
101101
{
102102
QFontMetrics metrics(fixedFont());
103-
#if QT_VERSION >= QT_VERSION_CHECK(5, 13, 0)
103+
#if QT_VERSION >= QT_VERSION_CHECK(5, 13, 0)
104104
return metrics.horizontalAdvance(QLatin1Char('M'));
105105
#else
106106
// QFontMetric.width() deprecated from 5.11, marked as such in 5.13

0 commit comments

Comments
 (0)