From aaf908bd5eb23e51e5860f97262fab38c2625c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 22 Dec 2009 19:18:02 +0100 Subject: [PATCH] astyle formatting --- test/testmemleak.cpp | 2 +- test/testother.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testmemleak.cpp b/test/testmemleak.cpp index a7a8d28cd..c91a1d806 100644 --- a/test/testmemleak.cpp +++ b/test/testmemleak.cpp @@ -494,7 +494,7 @@ private: ASSERT_EQUALS(";;alloc;if(var){dealloc;}", getcode("int f; f=open(); if(f>=0)close(f);", "f")); ASSERT_EQUALS(";;alloc;ifv{;}", getcode("int f; f=open(); if(f!=-1 || x);", "f")); - ASSERT_EQUALS(";;dealloc;", getcode("int f; e |= fclose(f);", "f")); + ASSERT_EQUALS(";;dealloc;", getcode("int f; e |= fclose(f);", "f")); } diff --git a/test/testother.cpp b/test/testother.cpp index 77147a532..254f9085a 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -1288,7 +1288,7 @@ private: ASSERT_EQUALS("", errout.str()); checkUninitVar("void f(struct blame_entry *ent)\n" - "{\n" + "{\n" " struct origin *suspect = ent->suspect;\n" " char hex[41];\n" " strcpy(hex, sha1_to_hex(suspect->commit->object.sha1));\n"