From ff2abdaf68579bb0e95de2ffb8b3c438dbabd5d4 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 23 May 2013 11:13:47 +0200 Subject: bpfc: minor: do a line-break before 80-column Just a minor cosmetic fix. Signed-off-by: Daniel Borkmann --- bpfc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- cgit v1.2.3-54-g00ecf