You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/09/20 20:40:49 UTC

[trafficserver] branch master updated: Hopefully a final clang-format fix after CI problems.

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

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new e93a706  Hopefully a final clang-format fix after CI problems.
e93a706 is described below

commit e93a706aa31caec60aaa286b1d660d97af924589
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Thu Sep 20 14:07:00 2018 -0500

    Hopefully a final clang-format fix after CI problems.
---
 src/tscore/ArgParser.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tscore/ArgParser.cc b/src/tscore/ArgParser.cc
index 4f63479..222254c 100644
--- a/src/tscore/ArgParser.cc
+++ b/src/tscore/ArgParser.cc
@@ -197,7 +197,7 @@ ArgParser::set_error(std::string e)
   _error_msg = e;
 }
 
-std::string 
+std::string
 ArgParser::get_error() const
 {
   return _error_msg;