From 203812d0f8fc8c595d4b4e3c8f4bf8605731a384 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:47:38 +0200 Subject: Use tabs for indentation, not spaces. Signed-off-by: Ralf Baechle --- axutils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'axutils.c') diff --git a/axutils.c b/axutils.c index e13b216..240a0b4 100644 --- a/axutils.c +++ b/axutils.c @@ -254,10 +254,10 @@ int ax25_cmp(const ax25_address *a, const ax25_address *b) if ((a->ax25_call[5] & 0xFE) != (b->ax25_call[5] & 0xFE)) return 1; - if ((a->ax25_call[6] & 0x1E) != (b->ax25_call[6] & 0x1E)) /* SSID without control bit */ - return 2; + if ((a->ax25_call[6] & 0x1E) != (b->ax25_call[6] & 0x1E)) /* SSID without control bit */ + return 2; - return 0; + return 0; } /* -- cgit v1.2.3