Repository: trafficserver
Updated Branches:
  refs/heads/master 6548088ec -> d5a2b8865


[TS-3121] - fix indentation


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

Branch: refs/heads/master
Commit: d5a2b8865bbf0d547a0bc5db0fcf3abe098abb21
Parents: 6548088
Author: Sudheer Vinukonda <[email protected]>
Authored: Wed Oct 8 16:42:58 2014 +0000
Committer: Sudheer Vinukonda <[email protected]>
Committed: Wed Oct 8 16:42:58 2014 +0000

----------------------------------------------------------------------
 proxy/spdy/SpdyCommon.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d5a2b886/proxy/spdy/SpdyCommon.h
----------------------------------------------------------------------
diff --git a/proxy/spdy/SpdyCommon.h b/proxy/spdy/SpdyCommon.h
index 5f43433..5c90eb8 100644
--- a/proxy/spdy/SpdyCommon.h
+++ b/proxy/spdy/SpdyCommon.h
@@ -83,9 +83,9 @@ public:
   SpdyNV(TSFetchSM fetch_sm);
   ~SpdyNV();
 
-  bool 
+  bool
   is_valid_response() {
-    return valid_response; 
+    return valid_response;
   }
 
 public:

Reply via email to