Cleanup indentation with clang-format and changed a few variable names

This commit is contained in:
o9000
2015-11-20 23:28:37 +01:00
parent c0e62e2e79
commit 4a6937826c
51 changed files with 4145 additions and 3789 deletions

View File

@@ -13,7 +13,6 @@
#include "common.h"
#include "area.h"
typedef struct Clock {
// always start with area
Area area;
@@ -23,7 +22,6 @@ typedef struct Clock {
int time2_posy;
} Clock;
extern char *time1_format;
extern char *time1_timezone;
extern char *time2_format;
@@ -39,7 +37,6 @@ extern char *clock_uwheel_command;
extern char *clock_dwheel_command;
extern int clock_enabled;
// default global data
void default_clock();
@@ -50,9 +47,9 @@ void cleanup_clock();
void init_clock();
void init_clock_panel(void *panel);
void draw_clock (void *obj, cairo_t *c);
void draw_clock(void *obj, cairo_t *c);
int resize_clock (void *obj);
gboolean resize_clock(void *obj);
void clock_action(int button);