diff CyborgMMO7.lua @ 58:cec87b651c10

Removed some whitespace on end of lines.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Fri, 03 May 2013 23:24:42 +0000
parents 1236b2b22dde
children b7ee4a10eaf0
line wrap: on
line diff
--- a/CyborgMMO7.lua	Fri May 03 23:24:37 2013 +0000
+++ b/CyborgMMO7.lua	Fri May 03 23:24:42 2013 +0000
@@ -268,7 +268,7 @@
 	-- create ID sets to sync
 	local itemIDs = {}
 	local petIDs = {}
-	
+
 	-- gather all needed IDs (and trigger sync while doing so)
 	if data.Rat then
 		for spec,specData in pairs(data.Rat) do
@@ -309,7 +309,7 @@
 			end
 		end
 	end
-	
+
 	-- create frame for regular updates
 	PreloadFrame = CreateFrame("Frame")
 	PreloadFrame.itemIDs = itemIDs