[FFmpeg-devel] [PATCH 04/17] configreader.c: Remove trailing whitespace
Stephan Holljes
klaxa1337 at googlemail.com
Thu Jun 28 03:51:04 EEST 2018
Signed-off-by: Stephan Holljes <klaxa1337 at googlemail.com>
---
configreader.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configreader.c b/configreader.c
index 88bba26..3f5b896 100644
--- a/configreader.c
+++ b/configreader.c
@@ -76,7 +76,7 @@ int configs_parse(lua_State *L)
luaL_checktype(L, -1, LUA_TTABLE);
lua_pushnil(L);
-
+
// iterate servers
while (lua_next(L, -2) != 0) {
nb_configs++;
@@ -167,7 +167,7 @@ int configs_parse(lua_State *L)
lua_pushnumber(L, ++index);
}
lua_pop(L, 1);
-
+
} else {
fprintf(stderr, "Warning unknown key (%s) in stream configuration.\n", key);
}
--
2.18.0
More information about the ffmpeg-devel
mailing list