summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2013-10-21 10:34:19 -0400
committerPaul Moore <pmoore@redhat.com>2013-10-21 10:56:49 -0400
commit906ab67d32f75ea783e6f5350ae593241154c7e1 (patch)
tree4571c11b3e63abc332405eb203b838070a53946a /tools
parent53dcfa3ff0eadd09adc0925e676f8ba320a1ca30 (diff)
downloadlibseccomp-906ab67d32f75ea783e6f5350ae593241154c7e1.tar.gz
all: apply basic formatting fixes to src/hash.c
There is still a lot of style/formatting work that should probably be done to this file, but this cleans it up enough so it passes our basic style checks. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check-syntax2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-syntax b/tools/check-syntax
index b5ae9cc..f356a46 100755
--- a/tools/check-syntax
+++ b/tools/check-syntax
@@ -25,7 +25,7 @@ CHK_C_LIST="include/seccomp.h.in \
src/*.c src/*.h \
tests/*.c tests/*.h \
tools/*.c tools/*.h"
-CHK_C_EXCLUDE="src/hash.c"
+CHK_C_EXCLUDE=""
####
# functions