]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Added newline at end of file
authorAki Tuomi <cmouse@cmouse.fi>
Fri, 7 Feb 2014 11:52:11 +0000 (12:52 +0100)
committerAki Tuomi <cmouse@cmouse.fi>
Fri, 7 Feb 2014 11:52:11 +0000 (12:52 +0100)
pdns/mplexer.hh
pdns/responsestats.cc

index 3211d66326c483f0d4e75d0787bbc7a89bfcd82d..850ebcb474310cdfa3948028c6cdf0e8a09b451c 100644 (file)
@@ -158,4 +158,5 @@ public:
   }
 };
 
-#endif
\ No newline at end of file
+#endif
+
index ce45f6546288b9211308d1f55f5d06279eccab1b..bbaaed0878a67dc96585414985f7868bbdbc0d0f 100644 (file)
@@ -67,4 +67,5 @@ string ResponseStats::getQTypeReport()
     os << (fmt %DNSRecordContent::NumberToType( val.first) % val.second).str();
   }
   return os.str();
-}
\ No newline at end of file
+}
+