summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2008-02-14 16:23:46 +0100
committerVictor Lowther <victor.lowther@gmail.com>2008-02-16 10:20:56 -0600
commit13a8102dffe3b54d44cbf5d8989cf68cd5971591 (patch)
treedc89d120d22fdca4bbab7d340084b09cb7c242a1 /src
parent2b99001c87461df573cf6ae3091f88e193ede23a (diff)
Consistently use tabs for indentation.
Diffstat (limited to 'src')
-rw-r--r--src/pm-powersave.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pm-powersave.in b/src/pm-powersave.in
index 5098cf8..a1cdb4a 100644
--- a/src/pm-powersave.in
+++ b/src/pm-powersave.in
@@ -29,9 +29,9 @@ export PM_FUNCTIONS="@PM-UTILS-LIBDIR@/functions"
. "${PM_FUNCTIONS}"
if [ "$1" = "true" -o "$1" = "false" ] ; then
- init_logfile "${POWERSAVE_LOGFILE}"
- run_hooks power "$1"
+ init_logfile "${POWERSAVE_LOGFILE}"
+ run_hooks power "$1"
else
- echo "Argument needs to be true or false" >&2
- exit 1
+ echo "Argument needs to be true or false" >&2
+ exit 1
fi