astyle formatting
This commit is contained in:
parent
f71f274412
commit
e88a1b0915
|
@ -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()
|
||||
{
|
||||
|
|
|
@ -7876,13 +7876,13 @@ void Tokenizer::simplifyEnum()
|
|||
|
||||
namespace {
|
||||
const std::set<std::string> stdFunctionsPresentInC = make_container< std::set<std::string> > () <<
|
||||
"strcat" <<
|
||||
"strcpy" <<
|
||||
"strncat" <<
|
||||
"strncpy" <<
|
||||
"free" <<
|
||||
"malloc" <<
|
||||
"strdup";
|
||||
"strcat" <<
|
||||
"strcpy" <<
|
||||
"strncat" <<
|
||||
"strncpy" <<
|
||||
"free" <<
|
||||
"malloc" <<
|
||||
"strdup";
|
||||
}
|
||||
|
||||
void Tokenizer::simplifyStd()
|
||||
|
|
Loading…
Reference in New Issue