diff options
author | Michael Biebl <mbiebl@gmail.com> | 2008-02-14 16:23:46 +0100 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-02-16 10:20:56 -0600 |
commit | 13a8102dffe3b54d44cbf5d8989cf68cd5971591 (patch) | |
tree | dc89d120d22fdca4bbab7d340084b09cb7c242a1 /src | |
parent | 2b99001c87461df573cf6ae3091f88e193ede23a (diff) |
Consistently use tabs for indentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/pm-powersave.in | 8 |
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 |