]> Dogcows Code - chaz/tint2/blobdiff - src/clock/clock.h
fixed indentation inconsistency by dmitry
[chaz/tint2] / src / clock / clock.h
index f607f7284f53b1199f81a3782ec14bf0f28c71f7..f521de45020ff9c970c88e4a46f29abba7b52597 100644 (file)
 
 
 typedef struct Clock {
-   // always start with area
-   Area area;
+       // always start with area
+       Area area;
 
-   config_color font;
-   int time1_posy;
-   int time2_posy;
+       config_color font;
+       int time1_posy;
+       int time2_posy;
 } Clock;
 
 
This page took 0.02038 seconds and 4 git commands to generate.