r345 - mdadm/trunk/debian/patches

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue May 22 09:33:21 UTC 2007


Author: madduck
Date: 2007-05-22 09:33:21 +0000 (Tue, 22 May 2007)
New Revision: 345

Modified:
   mdadm/trunk/debian/patches/99-init-avail-FIX.dpatch
Log:
damned whitespace

Modified: mdadm/trunk/debian/patches/99-init-avail-FIX.dpatch
===================================================================
--- mdadm/trunk/debian/patches/99-init-avail-FIX.dpatch	2007-05-22 09:30:58 UTC (rev 344)
+++ mdadm/trunk/debian/patches/99-init-avail-FIX.dpatch	2007-05-22 09:33:21 UTC (rev 345)
@@ -6,19 +6,19 @@
 
 @DPATCH@
 diff -urNad mdadm-2.6.2~/Detail.c mdadm-2.6.2/Detail.c
---- mdadm-2.6.2~/Detail.c	2007-05-21 06:25:50.000000000 +0200
-+++ mdadm-2.6.2/Detail.c	2007-05-21 14:41:40.000000000 +0200
-@@ -377,12 +377,12 @@ This is pretty boring
-
-        if (brief > 1 && devices) printf("\n   devices=%s", devices);
-        if (brief) printf("\n");
+--- mdadm-2.6.2~/Detail.c	2007-05-22 11:31:59.000000000 +0200
++++ mdadm-2.6.2/Detail.c	2007-05-22 11:32:58.000000000 +0200
+@@ -377,12 +377,12 @@
+ 
+ 	if (brief > 1 && devices) printf("\n   devices=%s", devices);
+ 	if (brief) printf("\n");
 -out:
-        if (test &&
-            !enough(array.level, array.raid_disks, array.layout,
-                    1, avail, avail_disks))
-                rv = 2;
-
+ 	if (test &&
+ 	    !enough(array.level, array.raid_disks, array.layout,
+ 		    1, avail, avail_disks))
+ 		rv = 2;
+ 
 +out:
-        close(fd);
-        return rv;
+ 	close(fd);
+ 	return rv;
  }




More information about the pkg-mdadm-commits mailing list