]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/dns.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / include / modules / dns.h
index bce842bd8821a769c22a907b91f683ed9fdf814d..aa6092788e35a55e87e466875c7b7346e2af5836 100644 (file)
@@ -162,8 +162,8 @@ namespace DNS
                /* Use result cache if available */
                bool use_cache;
                /* Request id */
-               RequestId id;
-               /* Creator of this request */
+               RequestId id;
+               /* Creator of this request */
                Module* const creator;
 
                Request(Manager* mgr, Module* mod, const std::string& addr, QueryType qt, bool usecache = true, unsigned int timeout = 0)