From bbfc6dadac161c338048eae9766a08fb84350742 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 29 Jun 2015 12:40:24 +0200 Subject: netsniff-ng: minor whitespace formatting fix Just get this properly aligned. Signed-off-by: Daniel Borkmann --- netsniff-ng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netsniff-ng.c b/netsniff-ng.c index 91356ba..efcba74 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -249,7 +249,7 @@ static void pcap_to_xmit(struct ctx *ctx) setup_rfmon_mac80211_dev(ctx, &ctx->device_out); if (ctx->link_type != LINKTYPE_IEEE802_11 && - ctx->link_type != LINKTYPE_IEEE802_11_RADIOTAP) + ctx->link_type != LINKTYPE_IEEE802_11_RADIOTAP) panic("Wrong linktype of pcap!\n"); } -- cgit v1.2.3-54-g00ecf