From: bert hubert Date: Fri, 26 Apr 2013 14:57:14 +0000 (+0200) Subject: some trivial whitespace patches uncommitted from old svn checkout X-Git-Tag: auth-3.3-rc1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee3ecf9845675ba3660568131e8c97da04a15e75;p=thirdparty%2Fpdns.git some trivial whitespace patches uncommitted from old svn checkout --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index b27ba324b1..7d159675aa 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -329,7 +329,7 @@ public: return ret; if(ret<0) - throw AhuException("Making a socket for resolver (family =)"+lexical_cast(family)+"): "+stringerror()); + throw AhuException("Making a socket for resolver (family = "+lexical_cast(family)+"): "+stringerror()); Utility::setCloseOnExec(ret); diff --git a/pdns/session.cc b/pdns/session.cc index 4b2c4d588f..13059abe6b 100644 --- a/pdns/session.cc +++ b/pdns/session.cc @@ -99,15 +99,15 @@ bool Session::putLine(const string &s) int written=0; int err; - while(written