[blivet:master 03/14] Indent with spaces, not tabs

mulhern amulhern at redhat.com
Fri Mar 28 22:50:28 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 tests/storagetestcase.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/storagetestcase.py b/tests/storagetestcase.py
index 386fd8b..7267720 100644
--- a/tests/storagetestcase.py
+++ b/tests/storagetestcase.py
@@ -180,10 +180,10 @@ class StorageTestCase(unittest.TestCase):
             Return the DeviceAction instance.
         """
         device = kwargs.pop("device")
-	if hasattr(device, "req_disks") and \
-	   len(device.req_disks) == 1 and \
-	   not device.parents:
-	    device.parents = device.req_disks
+        if hasattr(device, "req_disks") and \
+           len(device.req_disks) == 1 and \
+           not device.parents:
+            device.parents = device.req_disks
 
         devicetree = self.storage.devicetree
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list