Skip to content

Commit 9e5b9ab

Browse files
committed
Remove extra whitespace.
1 parent c2d9ca7 commit 9e5b9ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/scripts/LLVM.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function package_llvm(conf, llvm, llvm_build)
346346
os.rmfiles(out_lib_dir, "clang*Matchers*.lib")
347347
os.rmfiles(out_lib_dir, "clang*Rewrite*.lib")
348348
os.rmfiles(out_lib_dir, "clang*StaticAnalyzer*.lib")
349-
os.rmfiles(out_lib_dir, "clang*Tooling*.lib")
349+
os.rmfiles(out_lib_dir, "clang*Tooling*.lib")
350350
else
351351
os.rmfiles(out_lib_dir, "libllvm*ObjCARCOpts*.a")
352352
os.rmfiles(out_lib_dir, "libclang*ARC*.a")
@@ -382,15 +382,15 @@ if _ACTION == "clone_llvm" then
382382
end
383383

384384
if _ACTION == "build_llvm" then
385-
local llvm_build = path.join(llvm, get_llvm_package_name())
385+
local llvm_build = path.join(llvm, get_llvm_package_name())
386386
clean_llvm(llvm_build)
387387
build_llvm(llvm_build)
388388
os.exit()
389389
end
390390

391391
if _ACTION == "package_llvm" then
392392
local conf = get_llvm_configuration_name()
393-
local llvm_build = path.join(llvm, get_llvm_package_name())
393+
local llvm_build = path.join(llvm, get_llvm_package_name())
394394
local pkg = package_llvm(conf, llvm, llvm_build)
395395
archive_llvm(pkg)
396396
os.exit()

0 commit comments

Comments
 (0)