mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
clang-format src
This commit is contained in:
@@ -31,7 +31,13 @@ namespace XSwiftBus
|
||||
{
|
||||
public:
|
||||
//! Message type
|
||||
enum MsgType { DebugMsg, WarningMsg, ErrorMsg, InfoMsg };
|
||||
enum MsgType
|
||||
{
|
||||
DebugMsg,
|
||||
WarningMsg,
|
||||
ErrorMsg,
|
||||
InfoMsg
|
||||
};
|
||||
|
||||
Logger() = delete;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user