summaryrefslogtreecommitdiffstats
path: root/axutils.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 01:47:38 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:04:02 +0200
commit203812d0f8fc8c595d4b4e3c8f4bf8605731a384 (patch)
tree080a32630c3fb5c89edb32398a39903f40a10741 /axutils.c
parentda5b97c823d64758eb2d092a0eee500119385529 (diff)
Use tabs for indentation, not spaces.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'axutils.c')
-rw-r--r--axutils.c6
1 files changed, 3 insertions, 3 deletions
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;
}
/*