This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit ff03254170d2ade0726e7c16e2c8d670d6b7bd21
Author: Damian Meden <damian.me...@oath.com>
AuthorDate: Thu Feb 27 19:49:11 2020 +0000

    Fix clang-format on SSLUtils.cc
    
    (cherry picked from commit 094fbbe9753d6ab156ff7830930e2367c0af1cd9)
---
 iocore/net/SSLUtils.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iocore/net/SSLUtils.cc b/iocore/net/SSLUtils.cc
index 99433fc..f7fb11f 100644
--- a/iocore/net/SSLUtils.cc
+++ b/iocore/net/SSLUtils.cc
@@ -1592,8 +1592,8 @@ SSLMultiCertConfigLoader::load(SSLCertLookup *lookup)
 {
   const SSLConfigParams *params = this->_params;
 
-  char *tok_state = nullptr;
-  char *line      = nullptr;
+  char *tok_state   = nullptr;
+  char *line        = nullptr;
   unsigned line_num = 0;
   matcher_line line_info;
 

Reply via email to