From: Steinar H. Gunderson Date: Sun, 12 May 2019 10:23:18 +0000 (+0200) Subject: Fix another whitespace error. X-Git-Tag: 1.9.0~46 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=84eaa9862694f12f95d378abd6dd6b07a64c7b1d Fix another whitespace error. --- diff --git a/nageru/theme.cpp b/nageru/theme.cpp index 50bf77c..7226e82 100644 --- a/nageru/theme.cpp +++ b/nageru/theme.cpp @@ -1428,7 +1428,7 @@ vector Theme::get_transition_names(float t) lua_pop(L, 1); assert(lua_gettop(L) == 0); return ret; -} +} int Theme::map_signal(int signal_num) {