NO-OP whitespace (updated GH PR #357)
[ardour.git] / gtk2_ardour / luadialog.cc
index 295fa372f798b94832ad8974b421b26240e267ff..93c55261ad61c80b20eb6441baed2c516d1d63c2 100644 (file)
@@ -642,7 +642,7 @@ Dialog::run (lua_State *L)
                case Gtk::RESPONSE_ACCEPT:
                        break;
                default:
-      lua_pushnil (L);
+                       lua_pushnil (L);
                        return 1;
        }