Prevent deadlock when removing routes w/o engine
[ardour.git] / libs / lua / LuaBridge / detail / LuaException.h
index a0944961ced87cef67def9b6544c46641c2247a3..a9a3f281d2dec1a2f9b6350a3261427512ef00d5 100644 (file)
@@ -1,7 +1,7 @@
 //------------------------------------------------------------------------------
 /*
   https://github.com/vinniefalco/LuaBridge
-  
+
   Copyright 2012, Vinnie Falco <vinnie.falco@gmail.com>
   Copyright 2008, Nigel Atkinson <suprapilot+LuaCode@gmail.com>
 
@@ -27,7 +27,7 @@
 */
 //==============================================================================
 
-class LuaException : public std::exception 
+class LuaException : public std::exception
 {
 private:
   lua_State* m_L;