From e88a1b0915f9fee8bd2b82e784d82f05ddf4cf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 8 Dec 2015 14:23:26 +0100 Subject: [PATCH] astyle formatting --- gui/translationhandler.cpp | 2 +- lib/tokenize.cpp | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gui/translationhandler.cpp b/gui/translationhandler.cpp index 24ee5ec10..0dbe85671 100644 --- a/gui/translationhandler.cpp +++ b/gui/translationhandler.cpp @@ -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() { diff --git a/lib/tokenize.cpp b/lib/tokenize.cpp index 861ea0f4d..433d36825 100644 --- a/lib/tokenize.cpp +++ b/lib/tokenize.cpp @@ -7876,13 +7876,13 @@ void Tokenizer::simplifyEnum() namespace { const std::set stdFunctionsPresentInC = make_container< std::set > () << - "strcat" << - "strcpy" << - "strncat" << - "strncpy" << - "free" << - "malloc" << - "strdup"; + "strcat" << + "strcpy" << + "strncat" << + "strncpy" << + "free" << + "malloc" << + "strdup"; } void Tokenizer::simplifyStd()