Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/gpt drop trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/c4fd82cfbe2c
branches:  trunk
changeset: 786070:c4fd82cfbe2c
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Apr 13 18:25:56 2013 +0000

description:
drop trailing whitespace

diffstat:

 sbin/gpt/biosboot.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r b1986d444a6a -r c4fd82cfbe2c sbin/gpt/biosboot.c
--- a/sbin/gpt/biosboot.c       Sat Apr 13 18:04:33 2013 +0000
+++ b/sbin/gpt/biosboot.c       Sat Apr 13 18:25:56 2013 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: biosboot.c,v 1.5 2011/08/27 17:38:16 joerg Exp $ */
+/*     $NetBSD: biosboot.c,v 1.6 2013/04/13 18:25:56 jakllsch Exp $ */
 
 /*
- * Copyright (c) 2009 The NetBSD Foundation, Inc. 
+ * Copyright (c) 2009 The NetBSD Foundation, Inc.
  * All rights reserved.
- *     
+ *
  * This code is derived from software contributed to the NetBSD Foundation
  * by Mike M. Volokhov. Development of this software was supported by the
  * Google Summer of Code program.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifdef __RCSID
-__RCSID("$NetBSD: biosboot.c,v 1.5 2011/08/27 17:38:16 joerg Exp $");
+__RCSID("$NetBSD: biosboot.c,v 1.6 2013/04/13 18:25:56 jakllsch Exp $");
 #endif
 
 #include <sys/stat.h>



Home | Main Index | Thread Index | Old Index