]> git.sesse.net Git - nageru/commitdiff
Fix an indentation error.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 11 May 2019 16:44:28 +0000 (18:44 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 11 May 2019 16:44:28 +0000 (18:44 +0200)
nageru/theme.cpp

index aa2d59a1e09032c49771a5b24e6b2ce4d9efc109..50bf77c0a641c7e745296e3f2c688a5327e54d83 100644 (file)
@@ -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