diff --git a/gui/translationhandler.cpp b/gui/translationhandler.cpp index 24ee5ec10..0dbe85671 100644 --- a/gui/translationhandler.cpp +++ b/gui/translationhandler.cpp @@ -26,7 +26,7 @@ #include "translationhandler.h" -static void unused() __attribute__ ((unused)); +static void unused() __attribute__((unused)); // Provide own translations for standard buttons. This (garbage) code is needed to enforce them to appear in .ts files even after "lupdate gui.pro" static void unused() { diff --git a/lib/tokenize.cpp b/lib/tokenize.cpp index 861ea0f4d..433d36825 100644 --- a/lib/tokenize.cpp +++ b/lib/tokenize.cpp @@ -7876,13 +7876,13 @@ void Tokenizer::simplifyEnum() namespace { const std::set stdFunctionsPresentInC = make_container< std::set > () << - "strcat" << - "strcpy" << - "strncat" << - "strncpy" << - "free" << - "malloc" << - "strdup"; + "strcat" << + "strcpy" << + "strncat" << + "strncpy" << + "free" << + "malloc" << + "strdup"; } void Tokenizer::simplifyStd()