astyle formatting
This commit is contained in:
parent
b3d31c80cb
commit
8305015dea
|
@ -994,11 +994,10 @@ void Preprocessor::preprocess(std::istream &srcCodeStream, std::string &processe
|
||||||
"#endfile\n"
|
"#endfile\n"
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (std::vector<std::string>::iterator it = _settings->library.defines.begin();
|
for (std::vector<std::string>::iterator it = _settings->library.defines.begin();
|
||||||
it != _settings->library.defines.end();
|
it != _settings->library.defines.end();
|
||||||
++it)
|
++it) {
|
||||||
{
|
|
||||||
forcedIncludes += *it;
|
forcedIncludes += *it;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6292,7 +6292,7 @@ private:
|
||||||
Settings settings;
|
Settings settings;
|
||||||
LOAD_LIB("gtk.cfg");
|
LOAD_LIB("gtk.cfg");
|
||||||
settings.library = _lib;
|
settings.library = _lib;
|
||||||
|
|
||||||
// Preprocess...
|
// Preprocess...
|
||||||
Preprocessor preprocessor(&settings, this);
|
Preprocessor preprocessor(&settings, this);
|
||||||
std::istringstream istrpreproc(code);
|
std::istringstream istrpreproc(code);
|
||||||
|
|
Loading…
Reference in New Issue