i3bar: Fixup indentions

This commit is contained in:
Axel Wagner
2011-08-12 18:43:09 +02:00
parent 9ccb3987ad
commit 7cb7700b02
4 changed files with 47 additions and 47 deletions

View File

@ -17,10 +17,10 @@ char *statusline;
char *statusline_buffer;
struct rect_t {
int x;
int y;
int w;
int h;
int x;
int y;
int w;
int h;
};
#include "queue.h"