diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
commit | 3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch) | |
tree | 16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/atactl/atactl.c | |
parent | c021608bd50b74de1b8074e336f7adad03b1c7d8 (diff) |
rm trailing whitespace
Diffstat (limited to 'sbin/atactl/atactl.c')
-rw-r--r-- | sbin/atactl/atactl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c index df1bdd00dbd..a1ba6f6ff97 100644 --- a/sbin/atactl/atactl.c +++ b/sbin/atactl/atactl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atactl.c,v 1.15 2002/06/08 12:50:42 gluk Exp $ */ +/* $OpenBSD: atactl.c,v 1.16 2002/06/09 08:13:05 todd Exp $ */ /* $NetBSD: atactl.c,v 1.4 1999/02/24 18:49:14 jwise Exp $ */ /*- @@ -468,7 +468,7 @@ valtostr(val, vinfo) void device_dump(argc, argv) int argc; - char *argv[]; + char *argv[]; { unsigned char buf[131072]; int error; @@ -1170,7 +1170,7 @@ device_attr(argc, argv) } /* - * Set the automatic acoustic management on the disk. + * Set the automatic acoustic management on the disk. */ void device_acoustic(argc, argv) @@ -1268,7 +1268,7 @@ usage: /* * En/disable features (the automatic acoustic managmement, Advanced Power - * Management) on the disk. + * Management) on the disk. */ void device_feature(argc, argv) |