alignment improvements

This commit is contained in:
Hisham Muhammad
2014-02-27 16:35:22 -03:00
parent 953ec71235
commit 6d90e58c01
19 changed files with 184 additions and 127 deletions

View File

@ -27,8 +27,8 @@ typedef struct Settings_ {
ProcessList* pl;
Header* header;
int colorScheme;
bool changed;
int delay;
bool changed;
} Settings;
}*/