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 2012/01/31 00:56:18 UTC

git commit: Fix indentation of license

Updated Branches:
  refs/heads/master 970f2bbea -> c2d26d78f


Fix indentation of license


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

Branch: refs/heads/master
Commit: c2d26d78faf6c390dadb21a457141a10f0756e38
Parents: 970f2bb
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Jan 30 16:56:13 2012 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Jan 30 16:56:13 2012 -0700

----------------------------------------------------------------------
 lib/records/RecHttp.cc |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c2d26d78/lib/records/RecHttp.cc
----------------------------------------------------------------------
diff --git a/lib/records/RecHttp.cc b/lib/records/RecHttp.cc
index acef9a8..3eb8997 100644
--- a/lib/records/RecHttp.cc
+++ b/lib/records/RecHttp.cc
@@ -1,24 +1,24 @@
 /** @file
 
-    HTTP configuration support.
+  HTTP configuration support.
 
-    @section license License
+  @section license License
 
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+      http://www.apache.org/licenses/LICENSE-2.0
 
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 */
 
 # include <records/I_RecCore.h>