From 10ed0103b33e984b1c645f256de709706ab60e9f Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 3 Mar 2011 18:25:40 +0100 Subject: apply indentation with tabs everywhere --- tests/runtime/automatic-reuse-fs-sda/profile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'tests/runtime') 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 -- cgit v1.2.3-54-g00ecf