diff options
author | chai <chaifix@163.com> | 2018-10-16 23:09:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-16 23:09:18 +0800 |
commit | 5534828032730762f8c1e4daf924b466fffb8be0 (patch) | |
tree | 1ae83fc877e4a2d136f6dd120260edd147b13e95 /src/libjin/net/net.cpp | |
parent | 0fc4b3ad5f2ac8d5c0588f61c0cbed4349ee1430 (diff) |
*格式化代码
Diffstat (limited to 'src/libjin/net/net.cpp')
-rw-r--r-- | src/libjin/net/net.cpp | 30 |
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 |