]> Dogcows Code - chaz/tint2/blobdiff - src/battery/battery.h
fixed indentation inconsistency by dmitry
[chaz/tint2] / src / battery / battery.h
index ac979b21eee25f3ef57ad7239c04a7949375611c..71280e1510b69f52bc429d558fbab0fa825ccd39 100644 (file)
 #include "area.h"
 
 typedef struct Battery {
-   // always start with area
-   Area area;
+       // always start with area
+       Area area;
 
-   config_color font;
-   int bat1_posy;
-   int bat2_posy;
+       config_color font;
+       int bat1_posy;
+       int bat2_posy;
 } Battery;
 
 enum chargestate {
This page took 0.023615 seconds and 4 git commands to generate.