From c461b58421c96aa88cd42dbe8662c8efc3c266f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 7 Oct 2015 19:50:50 +0200 Subject: [PATCH] astyle formatting [ci skip] --- lib/symboldatabase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/symboldatabase.cpp b/lib/symboldatabase.cpp index 7633332a4..261feaea9 100644 --- a/lib/symboldatabase.cpp +++ b/lib/symboldatabase.cpp @@ -3836,7 +3836,7 @@ std::string ValueType::str() const for (unsigned int p = 0; p < pointer; p++) { ret += " *"; if (constness & (2 << p)) - ret += " const"; - } + ret += " const"; + } return ret.substr(1); }