removing trailing spaces

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

Branch: refs/heads/master
Commit: fe022ca0d6e8e9f0e0fbcf3269c22cffd020e097
Parents: 3635204
Author: heitorganzeli <heitor.ganz...@gmail.com>
Authored: Mon Dec 2 16:34:39 2013 -0200
Committer: Igor Galić <i.ga...@brainsware.org>
Committed: Tue Dec 3 19:17:43 2013 +0100

----------------------------------------------------------------------
 doc/sdk/http-hooks-and-transactions.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fe022ca0/doc/sdk/http-hooks-and-transactions.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/http-hooks-and-transactions.en.rst 
b/doc/sdk/http-hooks-and-transactions.en.rst
index 90cf8a8..97c20c6 100644
--- a/doc/sdk/http-hooks-and-transactions.en.rst
+++ b/doc/sdk/http-hooks-and-transactions.en.rst
@@ -118,7 +118,7 @@ digraph g{
   "tunnel response" -> TS_HTTP_TXN_CLOSE_HOOK;
   TS_HTTP_TXN_CLOSE_HOOK -> accept;
  
-  TS_HTTP_TXN_START_HOOK [shape=box];  
+  TS_HTTP_TXN_START_HOOK [shape=box];
   TS_HTTP_READ_REQUEST_HDR_HOOK [shape = box];
   TS_HTTP_OS_DNS_HOOK [shape = box];
   TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK[shape = box];
@@ -126,7 +126,7 @@ digraph g{
   TS_HTTP_READ_CACHE_HDR_HOOK [shape = box];
   TS_HTTP_SEND_REQUEST_HDR_HOOK [shape = box];
   "set up req transform" [tooltip = "req transform takes place here"];
-  TS_HTTP_READ_RESPONSE_HDR_HOOK [shape = box]; 
+  TS_HTTP_READ_RESPONSE_HDR_HOOK [shape = box];
   "set up transform" [tooltip = "response transform takes place here"];
   TS_HTTP_SEND_RESPONSE_HDR_HOOK [shape = box];
   TS_HTTP_TXN_CLOSE_HOOK [shape = box];

Reply via email to