test-fs-event.c: style
This commit is contained in:
parent
8409a6765b
commit
7e8fe3ece7
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user