mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Fix include guard end comment
This commit is contained in:
@@ -161,4 +161,4 @@ namespace swift::core::context
|
||||
bool m_debugEnabled = false; //!< debug messages enabled
|
||||
};
|
||||
} // namespace swift::core::context
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXT_H
|
||||
|
||||
@@ -161,4 +161,4 @@ namespace swift::core
|
||||
|
||||
Q_DECLARE_METATYPE(swift::core::context::CSettingsDictionary)
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTAPPLICATION_H
|
||||
|
||||
@@ -134,4 +134,4 @@ namespace swift::core
|
||||
};
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXTAPPLICATION_EMPTY_H
|
||||
|
||||
@@ -99,4 +99,4 @@ namespace swift::core
|
||||
};
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTAPPLICATION_IMPL_H
|
||||
|
||||
@@ -121,4 +121,4 @@ namespace swift::core
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTAPPLICATION_PROXY_H
|
||||
|
||||
@@ -386,4 +386,4 @@ namespace swift::core
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTAUDIO_H
|
||||
|
||||
@@ -69,4 +69,4 @@ namespace swift::core
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTAUDIO_IMPL_H
|
||||
|
||||
@@ -100,4 +100,4 @@ namespace swift::core
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTVOICE_PROXY_H
|
||||
|
||||
@@ -397,4 +397,4 @@ namespace swift::core::context
|
||||
IContextNetwork(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime) : IContext(mode, runtime) {}
|
||||
};
|
||||
} // namespace swift::core::context
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTNETWORK_H
|
||||
|
||||
@@ -499,4 +499,4 @@ namespace swift::core::context
|
||||
}
|
||||
};
|
||||
} // namespace swift::core::context
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTNETWORK_EMPTY_H
|
||||
|
||||
@@ -545,4 +545,4 @@ namespace swift::core
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTNETWORK_IMPL_H
|
||||
|
||||
@@ -298,4 +298,4 @@ namespace swift::core
|
||||
};
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTNETWORK_PROXY_H
|
||||
|
||||
@@ -174,4 +174,4 @@ namespace swift::core::context
|
||||
};
|
||||
} // namespace swift::core::context
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTOWNAIRCRAFT_H
|
||||
|
||||
@@ -158,4 +158,4 @@ namespace swift::core::context
|
||||
}
|
||||
};
|
||||
} // namespace swift::core::context
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTOWNAIRCRAFT_EMPTY_H
|
||||
|
||||
@@ -273,4 +273,4 @@ namespace swift::core
|
||||
};
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTOWNAIRCRAFT_IMPL_H
|
||||
|
||||
@@ -132,4 +132,4 @@ namespace swift::core
|
||||
};
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_OWNAIRCRAFT_PROXY_H
|
||||
|
||||
@@ -331,4 +331,4 @@ namespace swift::core::context
|
||||
};
|
||||
} // namespace swift::core::context
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXTSIMULATOR_H
|
||||
|
||||
@@ -421,4 +421,4 @@ namespace swift::core::context
|
||||
};
|
||||
} // namespace swift::core::context
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTSIMULATOR_EMPTY_H
|
||||
|
||||
@@ -444,4 +444,4 @@ namespace swift::core
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXT_CONTEXTSIMULATOR_IMPL_H
|
||||
|
||||
@@ -253,4 +253,4 @@ namespace swift::core
|
||||
};
|
||||
} // namespace context
|
||||
} // namespace swift::core
|
||||
#endif // guard
|
||||
#endif // SWIFT_CORE_CONTEXTSIMULATOR_PROXY_H
|
||||
|
||||
Reference in New Issue
Block a user