From 320c62c7848035398fcc5beefa22b74d54fc1399 Mon Sep 17 00:00:00 2001 From: David Seguin Date: Mon, 26 Aug 2024 03:38:46 -0400 Subject: [PATCH] Fix clang-tidy complaint about double spaces (#75957) --- src/main_menu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main_menu.cpp b/src/main_menu.cpp index 2c6e976aeba1d..963241f0d99fd 100644 --- a/src/main_menu.cpp +++ b/src/main_menu.cpp @@ -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; } } @@ -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; } }