Module Name: src
Committed By: jakllsch
Date: Sat Apr 13 18:25:57 UTC 2013
Modified Files:
src/sbin/gpt: biosboot.c
Log Message:
drop trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/biosboot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/gpt/biosboot.c
diff -u src/sbin/gpt/biosboot.c:1.5 src/sbin/gpt/biosboot.c:1.6
--- src/sbin/gpt/biosboot.c:1.5 Sat Aug 27 17:38:16 2011
+++ src/sbin/gpt/biosboot.c Sat Apr 13 18:25:56 2013
@@ -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>