]> git.sesse.net Git - nageru/blobdiff - nageru/theme.cpp
Fix another whitespace error.
[nageru] / nageru / theme.cpp
index aa2d59a1e09032c49771a5b24e6b2ce4d9efc109..7226e82d55e50b6a7cd4dde12ed1a71ed84a5321 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
@@ -1428,7 +1428,7 @@ vector<string> Theme::get_transition_names(float t)
        lua_pop(L, 1);
        assert(lua_gettop(L) == 0);
        return ret;
-}      
+}
 
 int Theme::map_signal(int signal_num)
 {