From 3d8948c1252b6d073bf0184a47739ab2e2d0591c Mon Sep 17 00:00:00 2001 From: ZyX Date: Thu, 19 Feb 2015 11:27:18 +0300 Subject: [PATCH] Add missing newline in battery segment implementation --- powerline/segments/common/bat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/powerline/segments/common/bat.py b/powerline/segments/common/bat.py index ba0eaa97..732d8e11 100644 --- a/powerline/segments/common/bat.py +++ b/powerline/segments/common/bat.py @@ -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),