Skip to content

Commit 39abd05

Browse files
committed
Apply clang-format changes
1 parent 966f30b commit 39abd05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ App::AboutRequested(void)
7777
abwin->AddAuthors(authors);
7878
abwin->AddSpecialThanks(thanks);
7979
abwin->Show();
80-
float width = be_plain_font->StringWidth("CapitalBe is a simple application to keep track of your personal finances.");
80+
float width = be_plain_font->StringWidth(
81+
"CapitalBe is a simple application to keep track of your personal finances.");
8182
abwin->ResizeTo(width, width);
8283
}
8384

0 commit comments

Comments
 (0)