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 2015/02/18 06:18:02 UTC

trafficserver git commit: Phil is such a crybaby

Repository: trafficserver
Updated Branches:
  refs/heads/master 9bc8f0953 -> 1062922c2


Phil is such a crybaby


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

Branch: refs/heads/master
Commit: 1062922c22659f93018368e0c7e8c6d6326aab58
Parents: 9bc8f09
Author: Leif Hedstrom <le...@ogre.com>
Authored: Tue Feb 17 21:17:55 2015 -0800
Committer: Leif Hedstrom <le...@ogre.com>
Committed: Tue Feb 17 21:17:55 2015 -0800

----------------------------------------------------------------------
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1062922c/.clang-format
----------------------------------------------------------------------
diff --git a/.clang-format b/.clang-format
index 5251656..f145c39 100644
--- a/.clang-format
+++ b/.clang-format
@@ -37,7 +37,7 @@ PenaltyBreakString: 1000
 PenaltyBreakFirstLessLess: 120
 PenaltyExcessCharacter: 1000000
 PenaltyReturnTypeOnItsOwnLine: 200
-PointerAlignment: Left
+PointerAlignment: Right
 SpacesBeforeTrailingComments: 1
 Cpp11BracedListStyle: true
 Standard:        Cpp11