just some spacing

This commit is contained in:
Axel Kittenberger 2011-11-23 11:22:10 +01:00
parent 3b5786a6a0
commit 27c211eaa4

View File

@ -312,9 +312,8 @@ inotify_ready(lua_State *L, struct observance *obs)
*/ */
readbuf_size *= 2; readbuf_size *= 2;
readbuf = s_realloc(readbuf, readbuf_size); readbuf = s_realloc(readbuf, readbuf_size);
continue;
} }
} while(0); } while(len < 0 && err == EINVAL);
if (len == 0) { if (len == 0) {
/* nothing more inotify */ /* nothing more inotify */
break; break;