From 6eefba812ede29549af3633c490f2e85a4805524 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期三, 31 三月 2021 11:24:20 +0800
Subject: [PATCH] format code style.

---
 src/defs.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/defs.h b/src/defs.h
index acfe09e..10ac73c 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -27,9 +27,10 @@
 const MQId kBHBusQueueId = boost::uuids::string_generator()("01234567-89ab-cdef-8349-1234567890ff");
 const int kBHCenterPort = 24287;
 const char kTopicSep = '.';
-namespace bhome_shm {
+namespace bhome_shm
+{
 class SharedMemory;
-}
+} // namespace bhome_shm
 
 bhome_shm::SharedMemory &BHomeShm();
 

--
Gitblit v1.8.0