summaryrefslogtreecommitdiffstats
path: root/ax25io.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 /ax25io.c
parentda5b97c823d64758eb2d092a0eee500119385529 (diff)
Use tabs for indentation, not spaces.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25io.c')
-rw-r--r--ax25io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25io.c b/ax25io.c
index eba7b02..f0316c6 100644
--- a/ax25io.c
+++ b/ax25io.c
@@ -592,7 +592,7 @@ char *axio_getline(ax25io *p)
int ret;
ret = axio_gets((char *) p->gbuf + p->gbuf_usage,
- AXBUFLEN - p->gbuf_usage, p);
+ AXBUFLEN - p->gbuf_usage, p);
if (ret > 0 || (ret == 0 && errno == 0)) {
p->gbuf_usage = 0;
return (char *) p->gbuf;