Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
rainmakerv3 committed Dec 16, 2024
1 parent 499aab4 commit 40a4239
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ void setGammaValue(int value) {
GammaValue = value;
}


void setMainWindowGeometry(u32 x, u32 y, u32 w, u32 h) {
main_window_geometry_x = x;
main_window_geometry_y = y;
Expand Down Expand Up @@ -790,4 +789,4 @@ void setDefaultValues() {
GammaValue = 1000;
}

} // namespace Config
} // namespace Config

0 comments on commit 40a4239

Please sign in to comment.