mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refactor: Fix include guard end comment
This commit is contained in:
@@ -143,4 +143,4 @@ namespace swift::misc
|
||||
} // namespace test
|
||||
} // namespace swift::misc
|
||||
|
||||
#endif
|
||||
#endif // SWIFT_MISC_TEST_TESTDATA_H
|
||||
|
||||
@@ -38,4 +38,4 @@ namespace swift::misc::test
|
||||
};
|
||||
} // namespace swift::misc::test
|
||||
|
||||
#endif
|
||||
#endif // SWIFT_MISC_TEST_TESTING_H
|
||||
|
||||
@@ -245,4 +245,4 @@ namespace swift::misc::test
|
||||
|
||||
#pragma pop_macro("interface")
|
||||
|
||||
#endif
|
||||
#endif // SWIFT_MISC_TEST_TESTSERVICE_H
|
||||
|
||||
@@ -441,4 +441,4 @@ namespace swift::misc::test
|
||||
static const QString &errorInfo(bool ok);
|
||||
};
|
||||
} // namespace swift::misc::test
|
||||
#endif
|
||||
#endif // SWIFT_MISC_TEST_TESTSERVICEINTERFACE_H
|
||||
|
||||
Reference in New Issue
Block a user