]> git.sesse.net Git - nageru/commitdiff
Fix another whitespace error.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 12 May 2019 10:23:18 +0000 (12:23 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 12 May 2019 10:23:18 +0000 (12:23 +0200)
nageru/theme.cpp

index 50bf77c0a641c7e745296e3f2c688a5327e54d83..7226e82d55e50b6a7cd4dde12ed1a71ed84a5321 100644 (file)
@@ -1428,7 +1428,7 @@ vector<string> Theme::get_transition_names(float t)
        lua_pop(L, 1);
        assert(lua_gettop(L) == 0);
        return ret;
        lua_pop(L, 1);
        assert(lua_gettop(L) == 0);
        return ret;
-}      
+}
 
 int Theme::map_signal(int signal_num)
 {
 
 int Theme::map_signal(int signal_num)
 {