summaryrefslogtreecommitdiffstats
path: root/axutils.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 15:32:22 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:04:02 +0200
commit8779549de990ea6aa8bc246e15af4e4f01f88bea (patch)
tree7c86f71206ba948f0d15092c59aeb4318fea7139 /axutils.c
parent26cb1ffe2710f617a7f986008860983135f232f7 (diff)
Reformat consistently. Strictly whitespace changes only.
Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'axutils.c')
-rw-r--r--axutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/axutils.c b/axutils.c
index 240a0b4..8833531 100644
--- a/axutils.c
+++ b/axutils.c
@@ -201,7 +201,7 @@ char *ax25_ntoa(const ax25_address *a)
/* Convention is: -0 suffixes are NOT printed */
if (a->ax25_call[6] & 0x1E) {
- *s++ = '-';
+ *s++ = '-';
if ((n = ((a->ax25_call[6] >> 1) & 0x0F)) > 9) {
*s++ = '1';