summaryrefslogtreecommitdiff
path: root/unofficial/modules
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2011-03-03 18:25:40 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2011-03-03 18:25:40 +0100
commit10ed0103b33e984b1c645f256de709706ab60e9f (patch)
tree1cb8ed9d753281afdafd37d703b0c6e2109016e7 /unofficial/modules
parent26bcfae6ec36cf6d01d97e23add278a8aed131a5 (diff)
apply indentation with tabs everywhere
Diffstat (limited to 'unofficial/modules')
-rw-r--r--unofficial/modules/dieter/procedures/dieter-automatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/unofficial/modules/dieter/procedures/dieter-automatic b/unofficial/modules/dieter/procedures/dieter-automatic
index 09e8972..17bdb83 100644
--- a/unofficial/modules/dieter/procedures/dieter-automatic
+++ b/unofficial/modules/dieter/procedures/dieter-automatic
@@ -23,5 +23,5 @@ worker_runtime_settings () #TODO: add to a phase
[ -z "$HOSTNAME" ] && ask_string "Hostname of target system?" &&
HOSTNAME=$ANSWER_STRING
- return 0
+ return 0
}