Module Name:    src
Committed By:   christos
Date:           Sat Nov 21 21:57:47 UTC 2009

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

Log Message:
whitespace police


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/sys/dev/raidframe/rf_netbsdkintf.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_netbsdkintf.c
diff -u src/sys/dev/raidframe/rf_netbsdkintf.c:1.269 src/sys/dev/raidframe/rf_netbsdkintf.c:1.270
--- src/sys/dev/raidframe/rf_netbsdkintf.c:1.269	Tue Nov 17 13:54:26 2009
+++ src/sys/dev/raidframe/rf_netbsdkintf.c	Sat Nov 21 16:57:47 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: rf_netbsdkintf.c,v 1.269 2009/11/17 18:54:26 jld Exp $	*/
+/*	$NetBSD: rf_netbsdkintf.c,v 1.270 2009/11/21 21:57:47 christos Exp $	*/
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -139,7 +139,7 @@
  ***********************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.269 2009/11/17 18:54:26 jld Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.270 2009/11/21 21:57:47 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -1914,9 +1914,9 @@
 
 	rs->sc_dev = config_attach_pseudo(cf);
 
-	if (rs->sc_dev==NULL) {
+	if (rs->sc_dev == NULL) {
 		printf("raid%d: config_attach_pseudo failed\n",
-		       raidPtr->raidid);
+		    raidPtr->raidid);
 		rs->sc_flags &= ~RAIDF_INITED;
 		free(cf, M_RAIDFRAME);
 		return;

Reply via email to