[Forensics-changes] [yara] 219/368: tests: Minor formatting update

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.5.0
in repository yara.

commit 4b6ab921f885099e24d265981b942d14e85045cc
Author: Hilko Bengen <bengen at hilluzination.de>
Date:   Tue Mar 1 22:11:27 2016 +0100

    tests: Minor formatting update
---
 tests/util.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/util.h b/tests/util.h
index 8a86937..d43c9f6 100644
--- a/tests/util.h
+++ b/tests/util.h
@@ -82,7 +82,7 @@ int capture_string(
               __FILE__, __LINE__, rule, compile_error);                 \
       exit(EXIT_FAILURE);                                               \
     }                                                                   \
-  } while(0);
+  } while (0);
 
 #define assert_syntax_error(rule) do {                                  \
     if (compile_rule(rule) != NULL) {                                   \
@@ -90,7 +90,7 @@ int capture_string(
               __FILE__, __LINE__);                                      \
       exit(EXIT_FAILURE);                                               \
     }                                                                   \
-  } while(0);
+  } while (0);
 
 #define assert_true_regexp(regexp,string,expected) do {                 \
     if (!capture_string("rule test { strings: $a = /" regexp            \
@@ -99,7 +99,7 @@ int capture_string(
               __FILE__, __LINE__);                                      \
       exit(EXIT_FAILURE);                                               \
     }                                                                   \
-} while (0);
+  } while (0);
 
 #define assert_false_regexp(regexp,string)                              \
   assert_false_rule("rule test { strings: $a = /" regexp                \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list