Skip to content

Commit 82214a9

Browse files
committed
clang-format
1 parent 5b4796f commit 82214a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/LinkerScript.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ enum SectionsCommandKind {
8080
AssignmentKind, // . = expr or <sym> = expr
8181
OutputSectionKind,
8282
InputSectionKind,
83-
ByteKind, // BYTE(expr), SHORT(expr), LONG(expr) or QUAD(expr)
83+
ByteKind, // BYTE(expr), SHORT(expr), LONG(expr) or QUAD(expr)
8484
ClassKind, // CLASS(class_name)
8585
};
8686

0 commit comments

Comments
 (0)