Skip to content

Commit 54aa0fd

Browse files
author
Cameron McInally
committed
Run clang-format.
1 parent c0fa4ef commit 54aa0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-mc/llvm-mc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ int main(int argc, char **argv) {
467467
MCPU = std::string(llvm::sys::getHostCPUName());
468468

469469
llvm::StringMap<bool> TargetFeatures = llvm::sys::getHostCPUFeatures();
470-
for (auto const& [FeatureName, IsSupported] : TargetFeatures)
470+
for (auto const &[FeatureName, IsSupported] : TargetFeatures)
471471
Features.AddFeature(FeatureName, IsSupported);
472472
}
473473

0 commit comments

Comments
 (0)