Add missing newline in battery segment implementation

This commit is contained in:
ZyX 2015-02-19 11:27:18 +03:00
parent f8ba6b021c
commit 3d8948c125

View File

@ -125,6 +125,7 @@ def _get_battery(pl):
pl.debug('Using windll to communicate with kernel32 (Windows)') pl.debug('Using windll to communicate with kernel32 (Windows)')
from ctypes import windll from ctypes import windll
library_loader = windll library_loader = windll
class PowerClass(Structure): class PowerClass(Structure):
_fields_ = [ _fields_ = [
('ACLineStatus', c_byte), ('ACLineStatus', c_byte),