astyle formatting
This commit is contained in:
parent
f71f274412
commit
e88a1b0915
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue