diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-16 22:52:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-16 22:52:27 +0000 |
commit | 018419d7f1d778d91bc7482bdbd4d0e6b32cb727 (patch) | |
tree | 81879945af6d3a90266674810bb73f4725430dc1 /sys/arch/mvme88k/stand/sboot/srec.c | |
parent | f60b3cb6d01f37251c358470223a411e2f05a51a (diff) |
Nuke whitespace at EOL
Diffstat (limited to 'sys/arch/mvme88k/stand/sboot/srec.c')
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/srec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/sboot/srec.c b/sys/arch/mvme88k/stand/sboot/srec.c index 04458ecfcd6..88da9770543 100644 --- a/sys/arch/mvme88k/stand/sboot/srec.c +++ b/sys/arch/mvme88k/stand/sboot/srec.c @@ -1,8 +1,8 @@ -/* $OpenBSD: srec.c,v 1.2 2001/04/30 00:06:34 miod Exp $ */ +/* $OpenBSD: srec.c,v 1.3 2006/05/16 22:52:26 miod Exp $ */ /* * Public domain, believed to be by Mike Price. - * + * * convert binary file to Srecord format */ #include <stdio.h> |