From 5b18011efd79888ea064470b626e0d16c2ba151c Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sun, 12 Aug 2012 20:27:09 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/peer_select.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peer_select.cc b/src/peer_select.cc index 13805f3fc9..7b8cb75583 100644 --- a/src/peer_select.cc +++ b/src/peer_select.cc @@ -273,7 +273,7 @@ peerSelectDnsPaths(ps_state *psstate) // due to the allocation method of fs, we must deallocate each manually. // TODO: use a std::list so we can get the size and abort adding whenever the selection loops reach Config.forward_max_tries if (fs && psstate->paths->size() >= (unsigned int)Config.forward_max_tries) { - while(fs) { + while (fs) { FwdServer *next = fs->next; cbdataReferenceDone(fs->_peer); memFree(fs, MEM_FWD_SERVER); -- 2.47.2