From 984033dfcefd444b7824c71bd8336f2f03311b88 Mon Sep 17 00:00:00 2001 From: Sayhaan Siddiqui Date: Wed, 10 Jul 2024 21:10:36 -0700 Subject: [PATCH] Formatting change --- 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 fba5da77451bb4..b857745b0fdbee 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_, 255){}; + DebugAddrWriter(BinaryContext *BC_) : DebugAddrWriter(BC_, 255) {}; DebugAddrWriter(BinaryContext *BC_, uint8_t AddressByteSize); virtual ~DebugAddrWriter(){}; /// Given an address returns an index in .debug_addr.