astyle formatting

This commit is contained in:
Daniel Marjamäki 2015-12-08 14:23:26 +01:00
parent f71f274412
commit e88a1b0915
2 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@
#include "translationhandler.h" #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" // 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() static void unused()
{ {

View File

@ -7876,13 +7876,13 @@ void Tokenizer::simplifyEnum()
namespace { namespace {
const std::set<std::string> stdFunctionsPresentInC = make_container< std::set<std::string> > () << const std::set<std::string> stdFunctionsPresentInC = make_container< std::set<std::string> > () <<
"strcat" << "strcat" <<
"strcpy" << "strcpy" <<
"strncat" << "strncat" <<
"strncpy" << "strncpy" <<
"free" << "free" <<
"malloc" << "malloc" <<
"strdup"; "strdup";
} }
void Tokenizer::simplifyStd() void Tokenizer::simplifyStd()