From ea4c6b3ec839976c205c05984c2a64b77bac5317 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 15 May 2016 18:11:48 +0200 Subject: 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 --- debian/apt.systemd.daily | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/apt.systemd.daily') 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 -- cgit v1.2.3