]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk: fix indention
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 25 Mar 2013 12:55:56 +0000 (13:55 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 25 Mar 2013 12:55:56 +0000 (13:55 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/ceph-disk

index 28cba37f59772c3091ceac22814b0428ee6e1e2a..377548df82b52c0b170ccc2065137c32a87ae691 100755 (executable)
@@ -163,7 +163,7 @@ def list_partitions(disk):
             fields = re.split('\s+', line)
             if len(fields) < 5:
                 continue
-           name = fields [4]
+            name = fields [4]
             if name != base and name.startswith(base):
                 ls.append('/dev/' + name)
     return ls