Whitespace cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2010-06-03 17:10:17 +00:00
parent 2e3f44eab2
commit fc55defb30

View File

@ -82,7 +82,7 @@ namespace options {
} else { } else {
as_path = strdup(opt + 3); as_path = strdup(opt + 3);
} }
} else if(llvm::StringRef(opt).startswith("also-emit-llvm=")) { } else if (llvm::StringRef(opt).startswith("also-emit-llvm=")) {
const char *path = opt + strlen("also-emit-llvm="); const char *path = opt + strlen("also-emit-llvm=");
if (bc_path != "") { if (bc_path != "") {
(*message)(LDPL_WARNING, "Path to the output IL file specified twice. " (*message)(LDPL_WARNING, "Path to the output IL file specified twice. "