From 7513513dce5130ec2dbfe3f2e569a1d7fab126c7 Mon Sep 17 00:00:00 2001 From: Katie McKean Date: Thu, 15 Feb 2024 11:34:50 -0500 Subject: [PATCH] astyled --- src/cata_imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cata_imgui.cpp b/src/cata_imgui.cpp index 8d899ff0d34e0..024a50c0de411 100644 --- a/src/cata_imgui.cpp +++ b/src/cata_imgui.cpp @@ -238,7 +238,7 @@ void cataimgui::window::draw_colored_text( std::string const &text, nc_color &co #endif std::vector folded_msg = foldstring( text, chars_per_line ); - for( const std::string& line : folded_msg ) { + for( const std::string &line : folded_msg ) { const auto color_segments = split_by_color( line ); if( is_selected != nullptr ) {