Skip to content

Commit

Permalink
Apply clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
korli authored and github-actions[bot] committed Apr 5, 2024
1 parent 1690960 commit 2651d37
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 71 deletions.
6 changes: 3 additions & 3 deletions src/BudgetWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,9 @@ BudgetWindow::BuildBudgetSummary(void)
fSummarySpendingRow->SetField(new BStringField(""), i + 1);
fSummaryTotalRow->SetField(new BStringField(""), i + 1);
}
fBudgetSummary->AddColumn(
new BStringColumn(B_TRANSLATE("Total"), fBudgetSummary->StringWidth(B_TRANSLATE("Total")) + 20,
10, 300, B_TRUNCATE_END, B_ALIGN_RIGHT),
fBudgetSummary->AddColumn(new BStringColumn(B_TRANSLATE("Total"),
fBudgetSummary->StringWidth(B_TRANSLATE("Total")) + 20, 10, 300,
B_TRUNCATE_END, B_ALIGN_RIGHT),
13);
fSummaryIncomeRow->SetField(new BStringField(""), 13);
fSummarySpendingRow->SetField(new BStringField(""), 13);
Expand Down
Loading

0 comments on commit 2651d37

Please sign in to comment.