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 5a0443f Replace spaces for a tab to fix macOS issue
5a0443f is described below
commit 5a0443f5d8e1ffd43fc531a0f5eed436f16f82d9
Author: Bryan Call <[email protected]>
AuthorDate: Wed Apr 11 14:07:02 2018 -0700
Replace spaces for a tab to fix macOS issue
---
tests/unit_tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/unit_tests/Makefile.am b/tests/unit_tests/Makefile.am
index cf73189..b217e73 100644
--- a/tests/unit_tests/Makefile.am
+++ b/tests/unit_tests/Makefile.am
@@ -26,4 +26,4 @@ bin_PROGRAMS = unit_tests
unit_tests_SOURCES = main.cpp
clang-tidy-local: $(DIST_SOURCES)
- $(CXX_Clang_Tidy)
+ $(CXX_Clang_Tidy)
--
To stop receiving notification emails like this one, please contact
[email protected].