]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
fixed indentation inconsistency by dmitry
[chaz/tint2] / src / systray / systraybar.h
index d2e5d32834d21a1ff2e3a00472dfec89176ae4ba..46b56187a2c6c205a46a1e9b2585df4273a72e6d 100644 (file)
@@ -20,8 +20,8 @@
 
 
 typedef struct {
-   // always start with area
-   Area area;
+       // always start with area
+       Area area;
 
        GSList *list_icons;
        int sort;
@@ -30,9 +30,9 @@ typedef struct {
 
 typedef struct
 {
-   Window id;
-   int x, y;
-   int width, height;
+       Window id;
+       int x, y;
+       int width, height;
        int hide;
 } TrayWindow;
 
This page took 0.023819 seconds and 4 git commands to generate.