From 61183e789636206fcf26857f8d731695b4affd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 8 Oct 2012 16:23:05 +0200 Subject: [PATCH] astyle formatting --- test/testother.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/testother.cpp b/test/testother.cpp index 009fda1db..757162d1b 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -5188,16 +5188,16 @@ private: "MyString **str=OtherGetter();\n" "return *str==\"bug\"; }\n"); TODO_ASSERT_EQUALS("[test.cpp:2]: (warning) String literal compared with variable 'c'. Did you intend to use strcmp() instead?\n", - "", - errout.str()); + "", + errout.str()); // Ticket #4257 check("bool foo() {\n" "MyString str=OtherGetter2();\n" "return &str==\"bug\"; }\n"); TODO_ASSERT_EQUALS("[test.cpp:2]: (warning) String literal compared with variable 'c'. Did you intend to use strcmp() instead?\n", - "", - errout.str()); + "", + errout.str()); } void checkPointerSizeof() {