aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Net/net.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-16 23:09:18 +0800
committerchai <chaifix@163.com>2018-10-16 23:09:18 +0800
commit5534828032730762f8c1e4daf924b466fffb8be0 (patch)
tree1ae83fc877e4a2d136f6dd120260edd147b13e95 /src/libjin/Net/net.cpp
parent0fc4b3ad5f2ac8d5c0588f61c0cbed4349ee1430 (diff)
*格式化代码
Diffstat (limited to 'src/libjin/Net/net.cpp')
-rw-r--r--src/libjin/Net/net.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/libjin/Net/net.cpp b/src/libjin/Net/net.cpp
index e6c3d98..8fd4256 100644
--- a/src/libjin/Net/net.cpp
+++ b/src/libjin/Net/net.cpp
@@ -2,23 +2,23 @@
namespace jin
{
-namespace net
-{
+ namespace net
+ {
- bool Net::initSystem(const SettingBase* setting)
- {
- #ifdef _WIN32
- #if LIBJIN_NET_TEKCOS
- tk_init();
- #endif
- #endif
- return true;
- }
+ bool Net::initSystem(const SettingBase* setting)
+ {
+ #ifdef _WIN32
+ #if LIBJIN_NET_TEKCOS
+ tk_init();
+ #endif
+ #endif
+ return true;
+ }
- void Net::quitSystem()
- {
+ void Net::quitSystem()
+ {
- }
+ }
-} // net
+ } // net
} // jin \ No newline at end of file