diff options
author | Julian Andres Klode <jak@debian.org> | 2016-05-15 18:11:48 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-05-15 18:13:14 +0200 |
commit | ea4c6b3ec839976c205c05984c2a64b77bac5317 (patch) | |
tree | 0b704c22fcfd9a5148251a871346f58380a2c147 /debian/apt.systemd.daily | |
parent | af81a46102237236f25d12c370beb7e461be9086 (diff) |
apt.systemd.daily: Put opening brace of check_power on extra line
The rest is also on the same line, so let's go consistent here
now that we have a bug report about it.
LP: #1581985
Diffstat (limited to 'debian/apt.systemd.daily')
-rw-r--r-- | debian/apt.systemd.daily | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/apt.systemd.daily b/debian/apt.systemd.daily index ee772cc80..15024c892 100644 --- a/debian/apt.systemd.daily +++ b/debian/apt.systemd.daily @@ -290,7 +290,8 @@ debug_echo() fi } -check_power(){ +check_power() +{ # laptop check, on_ac_power returns: # 0 (true) System is on main power # 1 (false) System is not on main power |