From c9b1804954034324065053434e8e357dcc26d690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 4 Aug 2010 20:28:41 +0200 Subject: [PATCH] astyle formatting --- lib/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.cpp b/lib/settings.cpp index 314bbb53d..ecfa133c4 100644 --- a/lib/settings.cpp +++ b/lib/settings.cpp @@ -73,7 +73,7 @@ std::string Settings::Suppressions::parseFile(std::istream &istr) // If there is not a dot after the last colon in "file" then // the colon is a separator and the contents after the colon // is a line number.. - + // Get position of last colon const std::string::size_type pos = file.rfind(":");