diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-23 11:13:47 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-23 11:13:47 +0200 |
commit | ff2abdaf68579bb0e95de2ffb8b3c438dbabd5d4 (patch) | |
tree | fd718f836ce22e56df2be5025b2db0208d1a1d44 | |
parent | 4584b955420cd8d2fcae767c86b853fde4bccc6e (diff) |
bpfc: minor: do a line-break before 80-column
Just a minor cosmetic fix.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r-- | bpfc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |