Repository: trafficserver
Updated Branches:
  refs/heads/master bbadeae60 -> dfa72da67


TS-3023 Fix indentation.


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

Branch: refs/heads/master
Commit: 8dec47284e541b160f7bb8751b185f5fe0757486
Parents: bbadeae
Author: Leif Hedstrom <[email protected]>
Authored: Sat Sep 13 11:16:42 2014 -0600
Committer: Leif Hedstrom <[email protected]>
Committed: Sat Sep 13 11:16:42 2014 -0600

----------------------------------------------------------------------
 lib/ts/Tokenizer.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8dec4728/lib/ts/Tokenizer.cc
----------------------------------------------------------------------
diff --git a/lib/ts/Tokenizer.cc b/lib/ts/Tokenizer.cc
index 78e2cde..cb9c6d7 100644
--- a/lib/ts/Tokenizer.cc
+++ b/lib/ts/Tokenizer.cc
@@ -96,8 +96,7 @@ Tokenizer::isDelimiter(char c)
 {
   int i = 0;
 
-  if ((options & ALLOW_SPACES) &&
-      ((c == 0x22) || (c == 0x27))) {
+  if ((options & ALLOW_SPACES) && ((c == 0x22) || (c == 0x27))) {
     quoteFound = !quoteFound;
   }
 

Reply via email to