remove trailing whitespaces from source files

This commit is contained in:
Christian Hesse
2014-04-17 11:55:46 +02:00
committed by Jason A. Donenfeld
parent dcb16f0d11
commit b431282c91
6 changed files with 24 additions and 24 deletions

View File

@ -210,7 +210,7 @@ static inline int hook_lua_filter(lua_State *lua_state, void (*fn)(const char *t
str = lua_tostring(lua_state, 1);
if (!str)
return 0;
save_filter_write = filter_write;
save_filter = current_write_filter;
unhook_write();