Diff

net/dns.lua @ 2278:8c10f13c0c20

modulemanager, net.dns: Remove trailing whitespace
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Dec 2009 20:32:44 +0000
parent 2082:1381b2071c2e
child 2300:e182b5029ef2
line wrap: on
line diff
--- a/net/dns.lua	Wed Dec 02 20:31:54 2009 +0000
+++ b/net/dns.lua	Wed Dec 02 20:32:44 2009 +0000
@@ -726,7 +726,7 @@
 			local packet = sock:receive();
 			if packet then
 				response = self:decode(packet);
-				if response and self.active[response.header.id] 
+				if response and self.active[response.header.id]
 					and self.active[response.header.id][response.question.raw] then
 					--print('received response');
 					--self.print(response);