summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:55:50 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:11:30 +0200
commit0b4425760be1f92a1f25daeb5d3dc91814a98622 (patch)
treedce53a137fc3906fb6e179e851623c42e68b92b1 /ax25/axgetput
parent43b4bb1474e092a0b87f3b23b5246900c94e1d4e (diff)
Nuke trailing blank lines.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25/axgetput')
-rw-r--r--ax25/axgetput/axgetput.c1
-rw-r--r--ax25/axgetput/util.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c
index d3d3f53..9513a8f 100644
--- a/ax25/axgetput/axgetput.c
+++ b/ax25/axgetput/axgetput.c
@@ -390,4 +390,3 @@ skiped_crc_only_tag_1:
return 0;
}
-
diff --git a/ax25/axgetput/util.c b/ax25/axgetput/util.c
index 4aff6a0..5ce6ffb 100644
--- a/ax25/axgetput/util.c
+++ b/ax25/axgetput/util.c
@@ -205,4 +205,3 @@ void date_unix2dos(int unix_date,unsigned short *time, unsigned short *date)
}
*date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9);
}
-