summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2015-05-25 21:57:59 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-25 21:57:59 +0200
commitf3d21897916d7da89fe5936993351504e9f0bfc6 (patch)
tree700d5aa101c61be2ee0d6b9b6efd5074f86e3000 /ax25
parent6911c1b1acd455e514de2fc88b3eaf0a23cabdd6 (diff)
axwrapper: Indent with tabs instead of spaces.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25')
-rw-r--r--ax25/axwrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25/axwrapper.c b/ax25/axwrapper.c
index 872932a..15989b0 100644
--- a/ax25/axwrapper.c
+++ b/ax25/axwrapper.c
@@ -84,7 +84,7 @@ int main(int argc, char **argv)
switch (len) {
case 'p':
paclen = atoi(optarg);
- break;
+ break;
case ':':
case '?':
USAGE();
@@ -171,7 +171,7 @@ int main(int argc, char **argv)
FD_SET(pipe_out[0], &fdset);
FD_SET(pipe_err[0], &fdset);
tv.tv_sec = 0;
- tv.tv_usec = FLUSHTIMEOUT;
+ tv.tv_usec = FLUSHTIMEOUT;
len = select(256, &fdset, 0, 0, &tv);
if (len == -1) {