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
1 changed files with 1 additions and 0 deletions

View File

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