You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2015/07/22 22:37:51 UTC

trafficserver git commit: Trying clang format again.

Repository: trafficserver
Updated Branches:
  refs/heads/master 8b41ab79e -> f54fbd5bf


Trying clang format again.


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

Branch: refs/heads/master
Commit: f54fbd5bf426c8ff42c16422e9b0708f79c3745e
Parents: 8b41ab7
Author: shinrich <sh...@yahoo-inc.com>
Authored: Wed Jul 22 15:37:29 2015 -0500
Committer: shinrich <sh...@yahoo-inc.com>
Committed: Wed Jul 22 15:37:29 2015 -0500

----------------------------------------------------------------------
 plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f54fbd5b/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc b/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc
index 022cdcb..278da70 100644
--- a/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc
+++ b/plugins/experimental/ssl_cert_loader/ssl-cert-loader.cc
@@ -479,9 +479,9 @@ TSPluginInit(int argc, const char *argv[])
 {
   bool success = false;
   TSPluginRegistrationInfo info;
-  TSCont cb_pa = 0;   // pre-accept callback continuation
-  TSCont cb_lc = 0;   // life cycle callback continuuation
-  TSCont cb_sni = 0;  // SNI callback continuuation
+  TSCont cb_pa = 0;  // pre-accept callback continuation
+  TSCont cb_lc = 0;  // life cycle callback continuuation
+  TSCont cb_sni = 0; // SNI callback continuuation
   static const struct option longopt[] = {{const_cast<char *>("config"), required_argument, NULL, 'c'},
                                           {NULL, no_argument, NULL, '\0'}};