]> git.saurik.com Git - apt.git/commitdiff
apt.systemd.daily: Put opening brace of check_power on extra line
authorJulian Andres Klode <jak@debian.org>
Sun, 15 May 2016 16:11:48 +0000 (18:11 +0200)
committerJulian Andres Klode <jak@debian.org>
Sun, 15 May 2016 16:13:14 +0000 (18:13 +0200)
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

index ee772cc80e3e07950d58859184218d222f65b813..15024c892907f81a2ff2b0f7802f6ab1100c8ffa 100644 (file)
@@ -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