Skip to content

Commit deeb7fa

Browse files
committed
clang-format
1 parent 00eee2e commit deeb7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
15461546
}
15471547

15481548
static bool isAArch64SVCount(Type *Ty) {
1549-
if (TargetExtType* TTy = dyn_cast<TargetExtType>(Ty))
1549+
if (TargetExtType *TTy = dyn_cast<TargetExtType>(Ty))
15501550
return TTy->getName() == "aarch64.svcount";
15511551
return false;
15521552
}

0 commit comments

Comments
 (0)