Changed indentation everywhere
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
#include "area.h"
|
||||
|
||||
typedef struct Clock {
|
||||
// always start with area
|
||||
Area area;
|
||||
// always start with area
|
||||
Area area;
|
||||
|
||||
Color font;
|
||||
int time1_posy;
|
||||
int time2_posy;
|
||||
Color font;
|
||||
int time1_posy;
|
||||
int time2_posy;
|
||||
} Clock;
|
||||
|
||||
extern char *time1_format;
|
||||
|
||||
Reference in New Issue
Block a user