commit e0c7dc8c028053d58f7b8337ae31c6292e7d865b parent 06dd73f39357458f84854d4f22fac139a3210b32 Author: Willy Goiffon <[email protected]> Date: Wed Aug 7 17:30:42 +0200 hum... formatting ? Diffstat:
wendy.c | | | 2 | +- |
diff --git a/wendy.c b/wendy.c @@ -85,7 +85,7 @@ main (int argc, char **argv) } /* test given arguments */ - if (!directory) { directory = DEFAULT_directory; } + if (!directory) { directory = DEFAULT_directory; } if (!timeout) { timeout = DEFAULT_CHECK; } if (!cmd) { usage(); } if (!mask) { mask |= IN_CREATE; }