From 39c17c08535c6dbfa6655e3b143fc1fa96de5e78 Mon Sep 17 00:00:00 2001 From: David Seguin Date: Sun, 25 Aug 2024 21:48:46 -0400 Subject: [PATCH] Fix clang-tidy complaint about double spaces --- 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; } }