From: Steinar H. Gunderson Date: Sat, 11 May 2019 16:44:28 +0000 (+0200) Subject: Fix an indentation error. X-Git-Tag: 1.9.0~47 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=9d7eede21127eef9a31ea2bd1f786bbf062bf4f4 Fix an indentation error. --- 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