Skip to content

Commit 11b798d

Browse files
committed
Fix clang-format issue
1 parent f5606eb commit 11b798d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/DeclTemplate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ void RedeclarableTemplateDecl::loadLazySpecializationsImpl() const {
354354
// This order matches the order in which namelookup discovers declarations
355355
// coming from modules.
356356
for (unsigned I = SpecSize; I != 0; --I)
357-
(void)Context.getExternalSource()->GetExternalDecl(Specs[I-1]);
357+
(void)Context.getExternalSource()->GetExternalDecl(Specs[I - 1]);
358358
}
359359
}
360360

0 commit comments

Comments
 (0)