summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2007-05-22 09:33:21 +0000
committermartin f. krafft <madduck@madduck.net>2007-10-07 21:19:09 +0100
commit411eebb93a515ac5a51547c7e1579fc5f127cc01 (patch)
treee81dfa1e9c61764e90b51edac943f30bdfeffc72 /debian/patches
parent34f27a2c3844fe6c0f6dcbf9da4e8d81ac36aa4a (diff)
damned whitespace
Diffstat (limited to 'debian/patches')
-rwxr-xr-xdebian/patches/99-init-avail-FIX.dpatch26
1 files changed, 13 insertions, 13 deletions
diff --git a/debian/patches/99-init-avail-FIX.dpatch b/debian/patches/99-init-avail-FIX.dpatch
index 742f868f..8ab370a1 100755
--- a/debian/patches/99-init-avail-FIX.dpatch
+++ b/debian/patches/99-init-avail-FIX.dpatch
@@ -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;
}