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 2013/07/19 18:34:41 UTC

git commit: TS-1487 Fixed indentation, thanks Igor.

Updated Branches:
  refs/heads/master 329d69f09 -> ab86c9f37


TS-1487 Fixed indentation, thanks Igor.


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

Branch: refs/heads/master
Commit: ab86c9f375ab6b380c6363fe38c1d694d0cb9a61
Parents: 329d69f
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Jul 19 10:34:28 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Jul 19 10:34:28 2013 -0600

----------------------------------------------------------------------
 example/Makefile.am | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ab86c9f3/example/Makefile.am
----------------------------------------------------------------------
diff --git a/example/Makefile.am b/example/Makefile.am
index 193e1c4..a5593ff 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -19,26 +19,26 @@ include $(top_srcdir)/build/plugins.mk
 AM_LDFLAGS = $(TS_PLUGIN_LDFLAGS)
 
 noinst_LTLIBRARIES = \
-	add-header.la \
-	append-transform.la \
-	basic-auth.la \
-	blacklist-0.la \
-	blacklist-1.la \
-	bnull-transform.la \
-	cache-scan.la \
-	file-1.la \
-	hello.la \
-        lifecycle-plugin.la \
-	null-transform.la \
-	output-header.la \
-	protocol.la \
-	psi.la \
-	query-remap.la \
-	remap.la \
-	replace-header.la \
-	response-header-1.la \
-	server-transform.la \
-	thread-1.la
+  add-header.la \
+  append-transform.la \
+  basic-auth.la \
+  blacklist-0.la \
+  blacklist-1.la \
+  bnull-transform.la \
+  cache-scan.la \
+  file-1.la \
+  hello.la \
+  lifecycle-plugin.la \
+  null-transform.la \
+  output-header.la \
+  protocol.la \
+  psi.la \
+  query-remap.la \
+  remap.la \
+  replace-header.la \
+  response-header-1.la \
+  server-transform.la \
+  thread-1.la
 
 add_header_la_SOURCES = add-header/add-header.c
 append_transform_la_SOURCES = append-transform/append-transform.c