This is an automated email from the ASF dual-hosted git repository.
amc 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 ecd1af1 Clang-format: Redo clang-format error that slipped through.
ecd1af1 is described below
commit ecd1af1f20c2b91ebb679a0dfc4ea4cbd8180146
Author: Alan M. Carroll <[email protected]>
AuthorDate: Wed Aug 22 10:06:16 2018 -0500
Clang-format: Redo clang-format error that slipped through.
---
lib/cppapi/include/atscppapi/Transaction.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/cppapi/include/atscppapi/Transaction.h
b/lib/cppapi/include/atscppapi/Transaction.h
index 4e42459..ccd6c5b 100644
--- a/lib/cppapi/include/atscppapi/Transaction.h
+++ b/lib/cppapi/include/atscppapi/Transaction.h
@@ -306,8 +306,8 @@ public:
CACHE_LOOKUP_SKIPPED, /**< Cache lookup was not performed */
CACHE_LOOKUP_NONE
};
-
- #define CACHE_LOOKUP_SKIPED CACHE_LOOKUP_SKIPPED
+
+#define CACHE_LOOKUP_SKIPED CACHE_LOOKUP_SKIPPED
CacheStatus getCacheStatus();