mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
clang-format src
This commit is contained in:
@@ -19,9 +19,9 @@ namespace BlackMisc::Simulation
|
||||
//! Lookup log.messages
|
||||
enum ReverseLookupLoggingFlag
|
||||
{
|
||||
RevLogDisabled = 0,
|
||||
RevLogEnabled = 1 << 0,
|
||||
RevLogSimplifiedInfo = 1 << 1,
|
||||
RevLogDisabled = 0,
|
||||
RevLogEnabled = 1 << 0,
|
||||
RevLogSimplifiedInfo = 1 << 1,
|
||||
RevLogEnabledSimplified = RevLogEnabled | RevLogSimplifiedInfo
|
||||
};
|
||||
Q_DECLARE_FLAGS(ReverseLookupLogging, ReverseLookupLoggingFlag)
|
||||
|
||||
Reference in New Issue
Block a user