summaryrefslogtreecommitdiff
path: root/lib/frrscript.c
diff options
context:
space:
mode:
authorDonald Lee <dlqs@gmx.com>2021-07-26 23:35:17 +0800
committerDonald Lee <dlqs@gmx.com>2021-07-26 23:48:23 +0800
commit84c92002d25b7a498f9210356874dbe45a306e8a (patch)
treee47c55021079b95ce85fb864c555be52e72ea9d7 /lib/frrscript.c
parent78f1ac25744f3db6d64570037066380f9b347abe (diff)
lib: formatting
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrscript.c')
-rw-r--r--lib/frrscript.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/frrscript.c b/lib/frrscript.c
index 59fce36c7a..3e1e184bc6 100644
--- a/lib/frrscript.c
+++ b/lib/frrscript.c
@@ -226,7 +226,8 @@ void *frrscript_get_result(struct frrscript *fs, const char *function_name,
p = lua_to(lfs->L, 2);
/* At the end, the Lua state should be same as it was at the start
- * i.e. containing soley the returned table. */
+ * i.e. containing soley the returned table.
+ */
assert(lua_gettop(lfs->L) == 1);
assert(lua_istable(lfs->L, -1) == 1);