<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,30 +1,30 @@
--- LibStub is a simple versioning stub meant for use in Libraries.  http://www.wowace.com/wiki/LibStub for more info
--- LibStub is hereby placed in the Public Domain Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke
-local LIBSTUB_MAJOR, LIBSTUB_MINOR = &quot;LibStub&quot;, 2  -- NEVER MAKE THIS AN SVN REVISION! IT NEEDS TO BE USABLE IN ALL REPOS!
-local LibStub = _G[LIBSTUB_MAJOR]
-
-if not LibStub or LibStub.minor &lt; LIBSTUB_MINOR then
-	LibStub = LibStub or {libs = {}, minors = {} }
-	_G[LIBSTUB_MAJOR] = LibStub
-	LibStub.minor = LIBSTUB_MINOR
-
-	function LibStub:NewLibrary(major, minor)
-		assert(type(major) == &quot;string&quot;, &quot;Bad argument #2 to `NewLibrary' (string expected)&quot;)
-		minor = assert(tonumber(strmatch(minor, &quot;%d+&quot;)), &quot;Minor version must either be a number or contain a number.&quot;)
-
-		local oldminor = self.minors[major]
-		if oldminor and oldminor &gt;= minor then return nil end
-		self.minors[major], self.libs[major] = minor, self.libs[major] or {}
-		return self.libs[major], oldminor
-	end
-
-	function LibStub:GetLibrary(major, silent)
-		if not self.libs[major] and not silent then
-			error((&quot;Cannot find a library instance of %q.&quot;):format(tostring(major)), 2)
-		end
-		return self.libs[major], self.minors[major]
-	end
-
-	function LibStub:IterateLibraries() return pairs(self.libs) end
-	setmetatable(LibStub, { __call = LibStub.GetLibrary })
-end
+-- LibStub is a simple versioning stub meant for use in Libraries.  http://www.wowace.com/wiki/LibStub for more info
+-- LibStub is hereby placed in the Public Domain Credits: Kaelten, Cladhaire, ckknight, Mikk, Ammo, Nevcairiel, joshborke
+local LIBSTUB_MAJOR, LIBSTUB_MINOR = &quot;LibStub&quot;, 2  -- NEVER MAKE THIS AN SVN REVISION! IT NEEDS TO BE USABLE IN ALL REPOS!
+local LibStub = _G[LIBSTUB_MAJOR]
+
+if not LibStub or LibStub.minor &lt; LIBSTUB_MINOR then
+	LibStub = LibStub or {libs = {}, minors = {} }
+	_G[LIBSTUB_MAJOR] = LibStub
+	LibStub.minor = LIBSTUB_MINOR
+
+	function LibStub:NewLibrary(major, minor)
+		assert(type(major) == &quot;string&quot;, &quot;Bad argument #2 to `NewLibrary' (string expected)&quot;)
+		minor = assert(tonumber(strmatch(minor, &quot;%d+&quot;)), &quot;Minor version must either be a number or contain a number.&quot;)
+
+		local oldminor = self.minors[major]
+		if oldminor and oldminor &gt;= minor then return nil end
+		self.minors[major], self.libs[major] = minor, self.libs[major] or {}
+		return self.libs[major], oldminor
+	end
+
+	function LibStub:GetLibrary(major, silent)
+		if not self.libs[major] and not silent then
+			error((&quot;Cannot find a library instance of %q.&quot;):format(tostring(major)), 2)
+		end
+		return self.libs[major], self.minors[major]
+	end
+
+	function LibStub:IterateLibraries() return pairs(self.libs) end
+	setmetatable(LibStub, { __call = LibStub.GetLibrary })
+end</diff>
      <filename>LibStub.lua</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,17 @@
-
-local ids = LibStub:NewLibrary(&quot;tekIDmemo&quot;, 1)
-if not ids then return end
-
-setmetatable(ids, {
-	__index = function(t,i)
-		if type(i) ~= &quot;string&quot; then
-			t[i] = false
-			return
-		end
-
-		local id = tonumber(i:match(&quot;item:(%d+)&quot;))
-		t[i] = id
-		return id
-	end,
-})
-
+
+local ids = LibStub:NewLibrary(&quot;tekIDmemo&quot;, 1)
+if not ids then return end
+
+setmetatable(ids, {
+	__index = function(t,i)
+		if type(i) ~= &quot;string&quot; then
+			t[i] = false
+			return
+		end
+
+		local id = tonumber(i:match(&quot;item:(%d+)&quot;))
+		t[i] = id
+		return id
+	end,
+})
+</diff>
      <filename>tekIDmemo.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d17351c6f78556c25e83fff4f035f6a89c6d02a</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/buffet/commit/20043740c577fc9d6182ead67aafd44de816dd82</url>
  <id>20043740c577fc9d6182ead67aafd44de816dd82</id>
  <committed-date>2008-07-18T22:08:40-07:00</committed-date>
  <authored-date>2008-07-18T22:08:40-07:00</authored-date>
  <message>And CRLF can suck the right one</message>
  <tree>58865a9d861d4c4ef5b95287640a4f6c2d5cb789</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
