You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/23 21:52:18 UTC

[04/20] git commit: Fixed indentation

Fixed indentation


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b6e21320
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b6e21320
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b6e21320

Branch: refs/heads/5.0.x
Commit: b6e21320a4ab8466f4ac3c959dcd5bf03ab4bd0a
Parents: 00b8856
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Sep 10 14:19:30 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Sep 10 14:19:30 2013 -0600

----------------------------------------------------------------------
 proxy/logging/LogFilter.cc | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b6e21320/proxy/logging/LogFilter.cc
----------------------------------------------------------------------
diff --git a/proxy/logging/LogFilter.cc b/proxy/logging/LogFilter.cc
index 359ed0b..aada40a 100644
--- a/proxy/logging/LogFilter.cc
+++ b/proxy/logging/LogFilter.cc
@@ -565,10 +565,9 @@ LogFilterList::~LogFilterList()
 bool LogFilterList::operator==(LogFilterList & rhs)
 {
   if (m_does_conjunction == rhs.does_conjunction()) {
-    LogFilter *
-      f = first();
-    LogFilter *
-      rhsf = rhs.first();
+    LogFilter *f = first();
+    LogFilter *rhsf = rhs.first();
+
     while (true) {
       if (!(f || rhsf)) {
         return true;