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

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1829f0e  GEODE-7794: Fix clangformat issue
1829f0e is described below

commit 1829f0e88748fd365bcbb4b091aea3bd50f36174
Author: Blake Bender <bben...@pivotal.io>
AuthorDate: Wed Feb 12 11:43:22 2020 -0800

    GEODE-7794: Fix clangformat issue
---
 cppcache/src/PdxType.hpp | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/cppcache/src/PdxType.hpp b/cppcache/src/PdxType.hpp
index 0ed16b0..b76b824 100644
--- a/cppcache/src/PdxType.hpp
+++ b/cppcache/src/PdxType.hpp
@@ -43,11 +43,10 @@ typedef std::map<std::string, 
std::shared_ptr<PdxFieldType>> NameVsPdxType;
 class PdxType;
 class PdxTypeRegistry;
 
-class PdxType
-    : public internal::DataSerializableInternal,
-      public std::enable_shared_from_this<PdxType>,
-      private NonCopyable,
-      private NonAssignable {
+class PdxType : public internal::DataSerializableInternal,
+                public std::enable_shared_from_this<PdxType>,
+                private NonCopyable,
+                private NonAssignable {
  private:
   ACE_RW_Thread_Mutex m_lockObj;
 

Reply via email to