summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2010-09-08 04:28:30 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2010-09-08 04:28:30 +0000
commitdec2856d44d47d5d78a57faed54c324ad2f292e2 (patch)
tree4e219eb4e8962d33c16b4f9540fa81a2034777a4
parent0c1192d0d6ddb12187a7152d81e060ac4a4dcb50 (diff)
stray spaces no code change
-rw-r--r--sys/ddb/db_output.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c
index 37d745373ec..e85e8a1c959 100644
--- a/sys/ddb/db_output.c
+++ b/sys/ddb/db_output.c
@@ -1,28 +1,28 @@
-/* $OpenBSD: db_output.c,v 1.25 2006/07/06 18:14:14 miod Exp $ */
+/* $OpenBSD: db_output.c,v 1.26 2010/09/08 04:28:29 marco Exp $ */
/* $NetBSD: db_output.c,v 1.13 1996/04/01 17:27:14 christos Exp $ */
-/*
+/*
* Mach Operating System
* Copyright (c) 1993,1992,1991,1990 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.
*/