From 9d7eede21127eef9a31ea2bd1f786bbf062bf4f4 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 11 May 2019 18:44:28 +0200 Subject: [PATCH] Fix an indentation error. --- nageru/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nageru/theme.cpp b/nageru/theme.cpp index aa2d59a..50bf77c 100644 --- a/nageru/theme.cpp +++ b/nageru/theme.cpp @@ -1285,7 +1285,7 @@ Theme::Chain Theme::get_chain(unsigned num, float t, unsigned width, unsigned he if (lua_pcall(L, 0, 0, 0) != 0) { fprintf(stderr, "error running chain setup callback: %s\n", lua_tostring(L, -1)); abort(); - } + } assert(lua_gettop(L) == 0); // The theme can't (or at least shouldn't!) call connect_signal() on -- 2.39.2