refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -6,17 +6,17 @@
#ifndef SWIFT_MISC_CRASHHANDLER_H
#define SWIFT_MISC_CRASHHANDLER_H
#include "misc/swiftmiscexport.h"
#include <memory>
#include "misc/crashinfo.h"
#include "misc/digestsignal.h"
#include <memory>
#include "misc/swiftmiscexport.h"
namespace crashpad
{
class CrashpadClient;
class CrashReportDatabase;
}
} // namespace crashpad
namespace swift::misc
{
@@ -81,6 +81,6 @@ namespace swift::misc
std::unique_ptr<crashpad::CrashReportDatabase> m_crashReportDatabase;
#endif
};
}
} // namespace swift::misc
#endif