mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Conflicting...
[prosody.git] / plugins / mod_posix.lua
index 28fd7f382e6aa08fb5e6de8c57f33942b70c6156..7a6ccd9478ba13fbb0b4c292914b4c044f5ef64c 100644 (file)
@@ -1,7 +1,7 @@
 -- Prosody IM
 -- Copyright (C) 2008-2010 Matthew Wild
 -- Copyright (C) 2008-2010 Waqas Hussain
--- 
+--
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
@@ -183,7 +183,7 @@ if signal.signal then
                prosody.reload_config();
                prosody.reopen_logfiles();
        end);
-       
+
        signal.signal("SIGINT", function ()
                module:log("info", "Received SIGINT");
                prosody.unlock_globals();