diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2011-03-03 18:25:40 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2011-03-03 18:25:40 +0100 |
commit | 10ed0103b33e984b1c645f256de709706ab60e9f (patch) | |
tree | 1cb8ed9d753281afdafd37d703b0c6e2109016e7 /tests/runtime/automatic-reuse-fs-sda | |
parent | 26bcfae6ec36cf6d01d97e23add278a8aed131a5 (diff) |
apply indentation with tabs everywhere
Diffstat (limited to 'tests/runtime/automatic-reuse-fs-sda')
-rw-r--r-- | tests/runtime/automatic-reuse-fs-sda/profile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/runtime/automatic-reuse-fs-sda/profile b/tests/runtime/automatic-reuse-fs-sda/profile index c3eebd3..a6deda7 100644 --- a/tests/runtime/automatic-reuse-fs-sda/profile +++ b/tests/runtime/automatic-reuse-fs-sda/profile @@ -6,28 +6,28 @@ GRUB_DEVICE=/dev/sda worker_prepare_disks () { - echo "$var_BLOCKDATA" > $TMP_BLOCKDEVICES - if process_filesystems - then + echo "$var_BLOCKDATA" > $TMP_BLOCKDEVICES + if process_filesystems + then inform "disk processing ok" - else + else show_warning 'disks processing' "PROCESSING FAILED" return 1 - fi - if rollback_filesystems - then + fi + if rollback_filesystems + then inform "rollback ok" - else + else show_warning 'disks rollback' "ROLLBACK FAILED" return 1 - fi - if process_filesystems - then + fi + if process_filesystems + then inform "disk processing ok" - else + else show_warning 'disk processing' "PROCESSING FAILED" return 1 - fi + fi } PARTITIONS=this_wont_be_used |