Removing tabs

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

Branch: refs/heads/master
Commit: a7cd45ccd84f5eaa6d3120481d3623265c9bc333
Parents: 824def6
Author: smalenfa <smalenf...@apache.org>
Authored: Mon Feb 13 15:53:49 2017 -0500
Committer: Jeff Elsloo <jeffrey_els...@cable.comcast.com>
Committed: Mon Feb 13 15:37:03 2017 -0700

----------------------------------------------------------------------
 traffic_server/plugins/astats_over_http/astats_over_http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/a7cd45cc/traffic_server/plugins/astats_over_http/astats_over_http.c
----------------------------------------------------------------------
diff --git a/traffic_server/plugins/astats_over_http/astats_over_http.c 
b/traffic_server/plugins/astats_over_http/astats_over_http.c
index 0eb6790..d6f9f8c 100644
--- a/traffic_server/plugins/astats_over_http/astats_over_http.c
+++ b/traffic_server/plugins/astats_over_http/astats_over_http.c
@@ -544,7 +544,7 @@ void TSPluginInit(int argc, const char *argv[]) {
          if (TSPluginRegister(TS_SDK_VERSION_3_0, &info) != TS_SUCCESS) {
        #else
          if (TSPluginRegister(&info) != TS_SUCCESS) {
-                       TSError("Plugin registration failed. \n");
+      TSError("Plugin registration failed. \n");
   #endif
     }
 

Reply via email to