Skip to content

Commit 254acf6

Browse files
committed
undo unrelated formatting
1 parent 02a1fa7 commit 254acf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ enum class SortSectionPolicy {
123123
enum class Target2Policy { Abs, Rel, GotRel };
124124

125125
// For tracking ARM Float Argument PCS
126-
enum class ARMVFPArgKind { Default, Base, VFP, ToolChain };
126+
enum class ARMVFPArgKind {Default, Base, VFP, ToolChain};
127127

128128
// For -z noseparate-code, -z separate-code and -z separate-loadable-segments.
129129
enum class SeparateSegmentKind { None, Code, Loadable };

0 commit comments

Comments
 (0)