Merge 0.7->0.8
[prosody.git] / tests / test_util_multitable.lua
index d093437bee90e78e0a8ff3a203b077f772d1bf36..ed10b1283011b6ec64d60ea09d9b138e18edb92c 100644 (file)
@@ -1,6 +1,6 @@
--- Prosody IM v0.4
--- Copyright (C) 2008-2009 Matthew Wild
--- Copyright (C) 2008-2009 Waqas Hussain
+-- 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.
@@ -32,7 +32,7 @@ function get(get, multitable)
                        should_have[item] = nil;
                end
                if next(should_have) then
-                       return false, "not-enough";     
+                       return false, "not-enough";
                end
                return true, "has-all";
        end