Module Name:    src
Committed By:   enami
Date:           Sun Feb 13 06:17:36 UTC 2011

Modified Files:
        src/sys/dev/raidframe: rf_disks.c

Log Message:
Remove one of trailing whitespace which adds unnecessary difference
against netbsd-5 branch.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/raidframe/rf_disks.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/raidframe/rf_disks.c
diff -u src/sys/dev/raidframe/rf_disks.c:1.76 src/sys/dev/raidframe/rf_disks.c:1.77
--- src/sys/dev/raidframe/rf_disks.c:1.76	Sat Dec  4 10:01:16 2010
+++ src/sys/dev/raidframe/rf_disks.c	Sun Feb 13 06:17:35 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rf_disks.c,v 1.76 2010/12/04 10:01:16 mrg Exp $	*/
+/*	$NetBSD: rf_disks.c,v 1.77 2011/02/13 06:17:35 enami Exp $	*/
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -60,7 +60,7 @@
  ***************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_disks.c,v 1.76 2010/12/04 10:01:16 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_disks.c,v 1.77 2011/02/13 06:17:35 enami Exp $");
 
 #include <dev/raidframe/raidframevar.h>
 
@@ -456,7 +456,7 @@
 			/* Found it.  Configure it.. */
 			diskPtr->blockSize = ac->clabel->blockSize;
 			diskPtr->numBlocks = ac->clabel->numBlocks;
-			diskPtr->numBlocks |= 
+			diskPtr->numBlocks |=
 			    (uint64_t)ac->clabel->numBlocksHi << 32;
 			/* Note: rf_protectedSectors is already
 			   factored into numBlocks here */

Reply via email to