Skip to content

Commit

Permalink
Apply suggestions from code review robot
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
katemonster33 and github-actions[bot] authored Apr 24, 2024
1 parent b77f2de commit e5fca20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cata_imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ void cataimgui::window::draw()
if( p_impl->window_adaptor->is_on_top && !force_to_back ) {
ImGui::BringWindowToDisplayFront( ImGui::GetCurrentWindow() );
}
if(handled_resize) {
if( handled_resize ) {
point catapos;
point catasize;
ImVec2 impos = ImGui::GetWindowPos();
Expand Down
2 changes: 1 addition & 1 deletion src/crash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ extern "C" {
log_crash( "Signal", msg );
}
#if !(defined(WIN32) || defined(TILES)) && !defined(CYGWIN)
printf("\033[?1003l\n");
printf( "\033[?1003l\n" );
#endif
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
Expand Down

0 comments on commit e5fca20

Please sign in to comment.