From 8305015deac3d293058a90497e8106ecf5b5b0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 8 Feb 2014 08:51:38 +0100 Subject: [PATCH] astyle formatting --- lib/preprocessor.cpp | 5 ++--- test/testmemleak.cpp | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/preprocessor.cpp b/lib/preprocessor.cpp index 6fe72091b..45ebb8d26 100644 --- a/lib/preprocessor.cpp +++ b/lib/preprocessor.cpp @@ -994,11 +994,10 @@ void Preprocessor::preprocess(std::istream &srcCodeStream, std::string &processe "#endfile\n" ; } - + for (std::vector::iterator it = _settings->library.defines.begin(); it != _settings->library.defines.end(); - ++it) - { + ++it) { forcedIncludes += *it; } } diff --git a/test/testmemleak.cpp b/test/testmemleak.cpp index 63a94d045..1a2ea80e4 100644 --- a/test/testmemleak.cpp +++ b/test/testmemleak.cpp @@ -6292,7 +6292,7 @@ private: Settings settings; LOAD_LIB("gtk.cfg"); settings.library = _lib; - + // Preprocess... Preprocessor preprocessor(&settings, this); std::istringstream istrpreproc(code);