From f5df06a14331859076fd95b9f4ec06d03b8a2d75 Mon Sep 17 00:00:00 2001 From: amai2012 Date: Sun, 8 Dec 2019 11:22:19 +0100 Subject: [PATCH] Run astyle [ci skip] --- test/testother.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/testother.cpp b/test/testother.cpp index b2ed30723..1e3799625 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -6989,13 +6989,13 @@ private: "}"); ASSERT_EQUALS("[test.cpp:3]: (warning) Storing getchar() return value in char variable and then comparing with EOF.\n", errout.str()); - check("void f() {\n" - " unsigned char c;\n" - " while( EOF != ( c = getchar() ) )\n" - " {\n" - " }\n" - "}"); - ASSERT_EQUALS("[test.cpp:3]: (warning) Storing getchar() return value in char variable and then comparing with EOF.\n", errout.str()); + check("void f() {\n" + " unsigned char c;\n" + " while( EOF != ( c = getchar() ) )\n" + " {\n" + " }\n" + "}"); + ASSERT_EQUALS("[test.cpp:3]: (warning) Storing getchar() return value in char variable and then comparing with EOF.\n", errout.str()); check("void f() {\n" " unsigned char c;\n"