Skip to content

Commit ce3e4b5

Browse files
committed
style: fix indentation
1 parent aa0e913 commit ce3e4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LINKER_SCRIPT := linker.ld
77
TRIPLE := aarch64-none-none-elf
88
SWIFT := swift
99
SWIFT_BUILD_FLAGS := --triple $(TRIPLE) -c release -Xswiftc -Osize \
10-
--experimental-lto-mode=full -Xswiftc -experimental-hermetic-seal-at-link
10+
--experimental-lto-mode=full -Xswiftc -experimental-hermetic-seal-at-link
1111
LD := clang -fuse-ld=lld
1212
LDFLAGS := --target=$(TRIPLE) -nostdlib -static -Wl,--gc-sections,--print-gc-sections,--strip-all
1313
OBJCOPY := llvm-objcopy

0 commit comments

Comments
 (0)