From 4907b23671450e94e418dfadf6345fa67a6a3a86 Mon Sep 17 00:00:00 2001 From: Sayhaan Siddiqui Date: Thu, 11 Jul 2024 16:34:55 -0700 Subject: [PATCH] Formatting changes --- bolt/include/bolt/Core/DebugData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt/include/bolt/Core/DebugData.h b/bolt/include/bolt/Core/DebugData.h index fb9ddc7d17bc2e..5935ffaa46af7d 100644 --- a/bolt/include/bolt/Core/DebugData.h +++ b/bolt/include/bolt/Core/DebugData.h @@ -336,7 +336,7 @@ using AddressSectionBuffer = SmallVector; class DebugAddrWriter { public: DebugAddrWriter() = delete; - DebugAddrWriter(BinaryContext *BC_) : DebugAddrWriter(BC_, UCHAR_MAX){}; + DebugAddrWriter(BinaryContext *BC_) : DebugAddrWriter(BC_, UCHAR_MAX) {}; DebugAddrWriter(BinaryContext *BC_, uint8_t AddressByteSize); virtual ~DebugAddrWriter(){}; /// Given an address returns an index in .debug_addr.