]> granicus.if.org Git - pdns/commitdiff
Fixed spacing hiccup in git
authorZack Allen <zack@riskive.com>
Mon, 30 Dec 2013 17:10:15 +0000 (12:10 -0500)
committerZack Allen <zack@riskive.com>
Mon, 6 Jan 2014 16:42:17 +0000 (11:42 -0500)
pdns/lua-recursor.hh

index 1dd885107b1a58afc59b5ea9e1240d8304a3099f..62eaead2aa75c62ed848594c7b0d5a3a1829968a 100644 (file)
@@ -13,7 +13,9 @@ public:
   bool nxdomain(const ComboAddress& remote, const ComboAddress& local, const string& query, const QType& qtype, vector<DNSResourceRecord>& res, int& ret, bool* variable);
   bool nodata(const ComboAddress& remote, const ComboAddress& local, const string& query, const QType& qtype, vector<DNSResourceRecord>& res, int& ret, bool* variable);
   bool postresolve(const ComboAddress& remote, const ComboAddress& local, const string& query, const QType& qtype, vector<DNSResourceRecord>& res, int& ret, bool* variable);
+
 private:
   bool passthrough(const string& func, const ComboAddress& remote,const ComboAddress& local, const string& query, const QType& qtype, vector<DNSResourceRecord>& ret, int& res, bool* variable);
 };
+
 #endif