From c010ca33a5e0f61cb4c7ad6cc7baed2ae6326171 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 9 Nov 2011 20:34:58 +0100 Subject: [PATCH] Run astyle --- lib/checkother.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/checkother.cpp b/lib/checkother.cpp index 55fdb3fc1..b219833ec 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -2391,8 +2391,8 @@ void CheckOther::checkExpressionRange(const Token *start, const Token *end, cons } void CheckOther::complexDuplicateExpressionCheck(const Token *classStart, - const std::string &toCheck, - const std::string &alt) + const std::string &toCheck, + const std::string &alt) { std::string statementStart(",|=|return"); if (!alt.empty())