Skip to content

Commit

Permalink
Fix clang-tidy complaint about double spaces (#75957)
Browse files Browse the repository at this point in the history
  • Loading branch information
dseguin authored Aug 26, 2024
1 parent f502188 commit 320c62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ bool main_menu::new_character_tab()
}
if( !world->world_saves.empty() ) {
if( !query_yn(
_( "Many game features will not work correctly with multiple characters in the same world. Create a new character anyway?" ) ) ) {
_( "Many game features will not work correctly with multiple characters in the same world. Create a new character anyway?" ) ) ) {
return false;
}
}
Expand Down Expand Up @@ -989,7 +989,7 @@ bool main_menu::new_character_tab()
}
if( !world->world_saves.empty() ) {
if( !query_yn(
_( "Many game features will not work correctly with multiple characters in the same world. Create a new character anyway?" ) ) ) {
_( "Many game features will not work correctly with multiple characters in the same world. Create a new character anyway?" ) ) ) {
return false;
}
}
Expand Down

0 comments on commit 320c62c

Please sign in to comment.