aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-02-10 00:46:04 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-02-10 00:46:04 +0500
commit958fddede9f8c86ecd38fad8ea80baf428874f34 (patch)
treebdf7210d678c5341c6af6f722f5259a17f0c4393 /net
parent667b411e63baeb49c352a8b4d67f68d098e9b2d7 (diff)
downloadprosody-958fddede9f8c86ecd38fad8ea80baf428874f34.tar.gz
prosody-958fddede9f8c86ecd38fad8ea80baf428874f34.zip
net.dns: Fixed whitespace/indentation.
Diffstat (limited to 'net')
-rw-r--r--net/dns.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dns.lua b/net/dns.lua
index 21705d87..f0debcc3 100644
--- a/net/dns.lua
+++ b/net/dns.lua
@@ -929,7 +929,6 @@ function dns.lookup(...) -- - - - - - - - - - - - - - - - - - - - - lookup
return _resolver:lookup(...);
end
-
function dns.purge(...) -- - - - - - - - - - - - - - - - - - - - - - purge
return _resolver:purge(...);
end
@@ -942,11 +941,11 @@ function dns.query(...) -- - - - - - - - - - - - - - - - - - - - - - query
return _resolver:query(...);
end
-function dns.feed(...) -- - - - - - - - - - - - - - - - - - - - - - feed
+function dns.feed(...) -- - - - - - - - - - - - - - - - - - - - - - - feed
return _resolver:feed(...);
end
-function dns.cancel(...) -- - - - - - - - - - - - - - - - - - - - - - cancel
+function dns.cancel(...) -- - - - - - - - - - - - - - - - - - - - - - cancel
return _resolver:cancel(...);
end