diff --git a/examples/main/main.cpp b/examples/main/main.cpp index 35eabf451..17a5a90d1 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -551,7 +551,7 @@ int main(int argc, char ** argv) { return 0; } #endif - if(!line.empty()){ + if (!line.empty()) { if (line.back() == '\\') { line.pop_back(); // Remove the continue character } else {