annoy vim users with spaces at the start of blank lines. :)

SVN revision: 64317
This commit is contained in:
Carsten Haitzler 2011-10-23 03:51:41 +00:00
parent c9dcb7dc5f
commit ce882f55ae
1 changed files with 28 additions and 28 deletions

View File

@ -3,11 +3,11 @@
#ifdef BUILD_ASYNC_EVENTS
#ifndef _MSC_VER
# include <unistd.h>
#endif
#include <fcntl.h>
#include <errno.h>
# ifndef _MSC_VER
# include <unistd.h>
# endif
# include <fcntl.h>
# include <errno.h>
static int _fd_write = -1;
static int _fd_read = -1;