summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm/apm_init
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/i386/apm/apm_init
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/i386/apm/apm_init')
-rw-r--r--sys/i386/apm/apm_init/Makefile10
-rw-r--r--sys/i386/apm/apm_init/bin2asm.c12
-rw-r--r--sys/i386/apm/apm_init/real_prot.h20
-rw-r--r--sys/i386/apm/apm_init/table.c8
4 files changed, 25 insertions, 25 deletions
diff --git a/sys/i386/apm/apm_init/Makefile b/sys/i386/apm/apm_init/Makefile
index 1d9c5c3..3cc1f9d 100644
--- a/sys/i386/apm/apm_init/Makefile
+++ b/sys/i386/apm/apm_init/Makefile
@@ -5,14 +5,14 @@
#
# This software may be used, modified, copied, and distributed, in
# both source and binary form provided that the above copyright and
-# these terms are retained. Under no circumstances is the author
-# responsible for the proper functioning of this software, nor does
-# the author assume any responsibility for damages incurred with its
+# these terms are retained. Under no circumstances is the author
+# responsible for the proper functioning of this software, nor does
+# the author assume any responsibility for damages incurred with its
# use.
#
# Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
#
-# $Id: Makefile,v 1.2 1994/10/01 05:12:29 davidg Exp $
+# $Id: Makefile,v 1.3 1995/02/17 02:22:30 phk Exp $
#
OBJS = apm_init.o real_prot.o table.o
@@ -47,6 +47,6 @@ bin2asm: bin2asm.c
allclean: clean
@rm -f apm_init.inc
clean:
- @rm -f *.o apm_init apm_init.sym bin2asm
+ @rm -f *.o apm_init apm_init.sym bin2asm
.include <bsd.prog.mk>
diff --git a/sys/i386/apm/apm_init/bin2asm.c b/sys/i386/apm/apm_init/bin2asm.c
index 791798a..09c98f4 100644
--- a/sys/i386/apm/apm_init/bin2asm.c
+++ b/sys/i386/apm/apm_init/bin2asm.c
@@ -5,14 +5,14 @@
*
* This software may be used, modified, copied, and distributed, in
* both source and binary form provided that the above copyright and
- * these terms are retained. Under no circumstances is the author
- * responsible for the proper functioning of this software, nor does
- * the author assume any responsibility for damages incurred with its
+ * these terms are retained. Under no circumstances is the author
+ * responsible for the proper functioning of this software, nor does
+ * the author assume any responsibility for damages incurred with its
* use.
*
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: bin2asm.c,v 1.2 1994/10/01 05:12:30 davidg Exp $
+ * $Id: bin2asm.c,v 1.3 1995/02/17 02:22:33 phk Exp $
*/
#include <stdio.h>
@@ -28,7 +28,7 @@ int main(int argc, char *argv[])
fprintf(stderr, "Usage: %s infile outfile\n", argv[0]);
exit(1);
}
-
+
if ((infile = fopen(argv[1], "rb")) == NULL) {
fprintf(stderr, "Can't open %s.\n", argv[1]);
exit(1);
@@ -67,7 +67,7 @@ int main(int argc, char *argv[])
} while ((col++) % NCOLS < NCOLS - 2);
fprintf(outfile, "0x00\n");
}
-
+
fprintf(outfile, "\n/* Total size = 0x%04x */\n", col);
fclose(infile);
diff --git a/sys/i386/apm/apm_init/real_prot.h b/sys/i386/apm/apm_init/real_prot.h
index 692ebfe..93b3f28 100644
--- a/sys/i386/apm/apm_init/real_prot.h
+++ b/sys/i386/apm/apm_init/real_prot.h
@@ -1,30 +1,30 @@
-/*
+/*
* Mach Operating System
* Copyright (c) 1991,1990,1989 Carnegie Mellon University
* All Rights Reserved.
- *
+ *
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* software, derivative works or modified versions, and any portions
* thereof, and that both notices appear in supporting documentation.
- *
+ *
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
* ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- *
+ *
* Carnegie Mellon requests users of this software to return to
- *
+ *
* Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
* School of Computer Science
* Carnegie Mellon University
* Pittsburgh PA 15213-3890
- *
+ *
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*
* from: Mach, Revision 2.7 92/02/29 15:33:41 rpd
- * $Id: real_prot.h,v 1.1 1994/10/01 02:55:52 davidg Exp $
+ * $Id: real_prot.h,v 1.2 1995/02/17 02:22:33 phk Exp $
*/
/*
@@ -34,9 +34,9 @@
*
* This software may be used, modified, copied, and distributed, in
* both source and binary form provided that the above copyright and
- * these terms are retained. Under no circumstances is the author
- * responsible for the proper functioning of this software, nor does
- * the author assume any responsibility for damages incurred with its
+ * these terms are retained. Under no circumstances is the author
+ * responsible for the proper functioning of this software, nor does
+ * the author assume any responsibility for damages incurred with its
* use.
*
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
diff --git a/sys/i386/apm/apm_init/table.c b/sys/i386/apm/apm_init/table.c
index 607fcc6..b50d60f 100644
--- a/sys/i386/apm/apm_init/table.c
+++ b/sys/i386/apm/apm_init/table.c
@@ -5,14 +5,14 @@
*
* This software may be used, modified, copied, and distributed, in
* both source and binary form provided that the above copyright and
- * these terms are retained. Under no circumstances is the author
- * responsible for the proper functioning of this software, nor does
- * the author assume any responsibility for damages incurred with its
+ * these terms are retained. Under no circumstances is the author
+ * responsible for the proper functioning of this software, nor does
+ * the author assume any responsibility for damages incurred with its
* use.
*
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: table.c,v 1.2 1994/10/01 05:12:31 davidg Exp $
+ * $Id: table.c,v 1.3 1995/02/17 02:22:34 phk Exp $
*/
#include <apm_bios.h>
OpenPOWER on IntegriCloud