summaryrefslogtreecommitdiff
path: root/unofficial
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
parent26bcfae6ec36cf6d01d97e23add278a8aed131a5 (diff)
apply indentation with tabs everywhere
Diffstat (limited to 'unofficial')
-rw-r--r--unofficial/dieter-desktop-a7n8x.automaticprofile6
-rw-r--r--unofficial/modules/dieter/procedures/dieter-automatic2
2 files changed, 4 insertions, 4 deletions
diff --git a/unofficial/dieter-desktop-a7n8x.automaticprofile b/unofficial/dieter-desktop-a7n8x.automaticprofile
index 4938339..ceb01e7 100644
--- a/unofficial/dieter-desktop-a7n8x.automaticprofile
+++ b/unofficial/dieter-desktop-a7n8x.automaticprofile
@@ -107,11 +107,11 @@ worker_configure_home ()
worker_set_clock ()
{
- #Not doing anything. hwclock is set already, configs are coming from svn anyway and we'll use ntp.
- true
+ #Not doing anything. hwclock is set already, configs are coming from svn anyway and we'll use ntp.
+ true
}
worker_runtime_yaourt ()
{
- _yaourt_replace_pacman
+ _yaourt_replace_pacman
}
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
}