test-fs-event.c: style

This commit is contained in:
Bert Belder 2012-03-27 22:56:51 +02:00
parent 8409a6765b
commit 7e8fe3ece7

View File

@ -27,10 +27,10 @@
static uv_fs_event_t fs_event;
static uv_timer_t timer;
static int timer_cb_called;
static int close_cb_called;
static int fs_event_cb_called;
static int timer_cb_touch_called;
static int timer_cb_called = 0;
static int close_cb_called = 0;
static int fs_event_cb_called = 0;
static int timer_cb_touch_called = 0;
static void create_dir(uv_loop_t* loop, const char* name) {
int r;