From: Julian Andres Klode Date: Sun, 15 May 2016 16:11:48 +0000 (+0200) Subject: apt.systemd.daily: Put opening brace of check_power on extra line X-Git-Tag: 1.3_exp2~59 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ea4c6b3ec839976c205c05984c2a64b77bac5317?ds=inline 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 --- 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