mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 07:44:36 +02:00
Add missing newline in battery segment implementation
This commit is contained in:
parent
f8ba6b021c
commit
3d8948c125
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user