summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axgetput')
-rw-r--r--ax25/axgetput/axgetput.c2
-rw-r--r--ax25/axgetput/proto_bin.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c
index 595215c..dc077c5 100644
--- a/ax25/axgetput/axgetput.c
+++ b/ax25/axgetput/axgetput.c
@@ -281,7 +281,7 @@ int main(int argc, char *argv[])
}
while ((c = getopt(argc, argv, (mode % 2) ? "ivh?" : "b:isvh?")) != EOF) {
- switch(c) {
+ switch (c) {
case 'b':
if (((BLOCKSIZ = (unsigned ) atoi(optarg)) < BLOCKSIZ_MIN) || BLOCKSIZ > BLOCKSIZ_MAX) {
fprintf(stderr, "error: invalid blocksize: %d\n", BLOCKSIZ);
diff --git a/ax25/axgetput/proto_bin.c b/ax25/axgetput/proto_bin.c
index b3e3420..78a6ccc 100644
--- a/ax25/axgetput/proto_bin.c
+++ b/ax25/axgetput/proto_bin.c
@@ -129,7 +129,7 @@ int bput(void)
p_buf = buf;
for (i = 0; (p = strsep(&p_buf, "#")); i++) {
- switch(i) {
+ switch (i) {
case 0:
case 1:
break;