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"
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
for (std::vector<std::string>::iterator it = _settings->library.defines.begin();
|
||||
it != _settings->library.defines.end();
|
||||
++it)
|
||||
{
|
||||
++it) {
|
||||
forcedIncludes += *it;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6292,7 +6292,7 @@ private:
|
|||
Settings settings;
|
||||
LOAD_LIB("gtk.cfg");
|
||||
settings.library = _lib;
|
||||
|
||||
|
||||
// Preprocess...
|
||||
Preprocessor preprocessor(&settings, this);
|
||||
std::istringstream istrpreproc(code);
|
||||
|
|
Loading…
Reference in New Issue