summaryrefslogtreecommitdiffstats
path: root/tests/helpers/c/tests.h
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:03:14 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:04:07 +0200
commitd62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch)
tree3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /tests/helpers/c/tests.h
parent*: add indent control files (diff)
downloadfrr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.tar.xz
frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.zip
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/helpers/c/tests.h')
-rw-r--r--tests/helpers/c/tests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/helpers/c/tests.h b/tests/helpers/c/tests.h
index aaf35c27d..53e9c7844 100644
--- a/tests/helpers/c/tests.h
+++ b/tests/helpers/c/tests.h
@@ -24,7 +24,7 @@
#ifndef _QUAGGA_TESTS_H
#define _QUAGGA_TESTS_H
-extern void test_init (void);
-extern void test_init_cmd (void);
+extern void test_init(void);
+extern void test_init_cmd(void);
#endif /* _QUAGGA_TESTS_H */