Skip to content

Commit 4e52983

Browse files
committed
clang-format fix
1 parent e9a0743 commit 4e52983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/MarkLive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ using namespace lld::elf;
4545

4646
namespace {
4747

48-
using SecOffset = std::pair<InputSectionBase*, unsigned>;
48+
using SecOffset = std::pair<InputSectionBase *, unsigned>;
4949

5050
// Something that can have an independent reason for being live.
5151
using LiveObject = std::variant<InputSectionBase *, Symbol *, SecOffset>;

0 commit comments

Comments
 (0)