Module Name:    src
Committed By:   jym
Date:           Wed Mar 30 00:13:28 UTC 2011

Modified Files:
        src/sys/arch/xen/xen: xbd_xenbus.c

Log Message:
Remove spurious spaces.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/xen/xen/xbd_xenbus.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/arch/xen/xen/xbd_xenbus.c
diff -u src/sys/arch/xen/xen/xbd_xenbus.c:1.44 src/sys/arch/xen/xen/xbd_xenbus.c:1.45
--- src/sys/arch/xen/xen/xbd_xenbus.c:1.44	Mon Oct 19 18:41:11 2009
+++ src/sys/arch/xen/xen/xbd_xenbus.c	Wed Mar 30 00:13:28 2011
@@ -1,4 +1,4 @@
-/*      $NetBSD: xbd_xenbus.c,v 1.44 2009/10/19 18:41:11 bouyer Exp $      */
+/*      $NetBSD: xbd_xenbus.c,v 1.45 2011/03/30 00:13:28 jym Exp $      */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xbd_xenbus.c,v 1.44 2009/10/19 18:41:11 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xbd_xenbus.c,v 1.45 2011/03/30 00:13:28 jym Exp $");
 
 #include "opt_xen.h"
 #include "rnd.h"
@@ -87,8 +87,8 @@
 		void *req_data; /* pointer to the data buffer */
 	    } req_rw;
 	    struct {
-		    int s_error;
-		    volatile int s_done;
+		int s_error;
+		volatile int s_done;
 	    } req_sync;
 	} u;
 };

Reply via email to