summaryrefslogtreecommitdiff
path: root/bpfc.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-23 11:13:47 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-23 11:13:47 +0200
commitff2abdaf68579bb0e95de2ffb8b3c438dbabd5d4 (patch)
treefd718f836ce22e56df2be5025b2db0208d1a1d44 /bpfc.c
parent4584b955420cd8d2fcae767c86b853fde4bccc6e (diff)
bpfc: minor: do a line-break before 80-column
Just a minor cosmetic fix. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'bpfc.c')
-rw-r--r--bpfc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpfc.c b/bpfc.c
index e8482fa..d1b54f1 100644
--- a/bpfc.c
+++ b/bpfc.c
@@ -30,7 +30,8 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
};
-extern int compile_filter(char *file, int verbose, int bypass, int format, bool invoke_cpp);
+extern int compile_filter(char *file, int verbose, int bypass, int format,
+ bool invoke_cpp);
static void __noreturn help(void)
{