Skip to content

Commit dd8788f

Browse files
authored
Format OHOS.cpp
1 parent 206f8f8 commit dd8788f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Driver/ToolChains/OHOS.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,11 @@ std::string OHOS::getCompilerRT(const ArgList &Args, StringRef Component,
344344
llvm::sys::path::append(Path, "lib", getMultiarchTriple(getTriple()),
345345
SelectedMultilib.gccSuffix(), CRTBasename);
346346
if (getVFS().exists(Path))
347-
return std::string(Path);
347+
return std::string(Path);
348348

349349
std::string NewPath = ToolChain::getCompilerRT(Args, Component, Type);
350350
if (getVFS().exists(NewPath))
351-
return NewPath;
351+
return NewPath;
352352

353353
return std::string(Path);
354354
}

0 commit comments

Comments
 (0)