You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/05/31 20:08:26 UTC

[trafficserver] branch master updated: TS-4490: Run clang-format.

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

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  c839432   TS-4490: Run clang-format.
c839432 is described below

commit c8394325a32b69b1521925bb6343b1c832e45e9c
Author: James Peach <jp...@apache.org>
AuthorDate: Tue May 31 13:07:09 2016 -0700

    TS-4490: Run clang-format.
---
 mgmt/utils/test_marshall.cc                        | 2 +-
 plugins/experimental/sslheaders/test_sslheaders.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mgmt/utils/test_marshall.cc b/mgmt/utils/test_marshall.cc
index 45933ce..bb265b9 100644
--- a/mgmt/utils/test_marshall.cc
+++ b/mgmt/utils/test_marshall.cc
@@ -321,7 +321,7 @@ REGRESSION_TEST(MessageLength)(RegressionTest *t, int /* atype ATS_UNUSED */, in
 }
 
 int
-main(int argc, const char ** argv)
+main(int argc, const char **argv)
 {
   return RegressionTest::main(argc, argv, REGRESSION_TEST_QUICK);
 }
diff --git a/plugins/experimental/sslheaders/test_sslheaders.cc b/plugins/experimental/sslheaders/test_sslheaders.cc
index ae37183..c554d0f 100644
--- a/plugins/experimental/sslheaders/test_sslheaders.cc
+++ b/plugins/experimental/sslheaders/test_sslheaders.cc
@@ -247,7 +247,7 @@ REGRESSION_TEST(ParseX509Fields)(RegressionTest *t, int /* atype ATS_UNUSED */,
 }
 
 int
-main(int argc, const char ** argv)
+main(int argc, const char **argv)
 {
   SSL_library_init();
   return RegressionTest::main(argc, argv, REGRESSION_TEST_QUICK);

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].