From b712702a98f40656fd7001be31d61b83bee79b97 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 11 Sep 2014 13:44:12 +0200 Subject: netsniff-ng: Unindent goto label Stick to the usual style of having goto labels not indented. Signed-off-by: Tobias Klauser --- netsniff-ng.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netsniff-ng.c b/netsniff-ng.c index 03fab61..a9fbaff 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -623,8 +623,7 @@ static void read_pcap(struct ctx *ctx) } } - out: - +out: bug_on(gettimeofday(&end, NULL)); timersub(&end, &start, &diff); -- cgit v1.2.3-54-g00ecf