]> granicus.if.org Git - check/commitdiff
Add paren around if block
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 25 Dec 2013 03:04:41 +0000 (03:04 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 25 Dec 2013 03:04:41 +0000 (03:04 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@955 64e312b2-a51f-0410-8e61-82d0ca0eb02a

src/check_msg.c

index 8e92a1169a850717d884bb727b113c6c7fc08f71..04c5f238f1922102a1937a5b699c4319a4ca7641 100644 (file)
@@ -122,7 +122,10 @@ TestResult *receive_test_result (int waserror)
 
   fp = get_pipe();
   if (fp == NULL)
+  {
     eprintf ("Error in call to get_pipe",__FILE__, __LINE__ - 2);
+  }
+
   rewind(fp);
 
   pipe_fileno = fileno(fp);