Skip to content

Commit 77ecc3b

Browse files
committed
clang-format
1 parent 61be4bf commit 77ecc3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang/include/clang/Sema/Template.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,16 +587,17 @@ enum class TemplateSubstitutionKind : char {
587587
/// specializations that will need to be instantiated after the
588588
/// enclosing class's instantiation is complete.
589589
SmallVector<std::pair<ClassTemplateDecl *,
590-
ClassTemplatePartialSpecializationDecl *>, 1>
591-
OutOfLinePartialSpecs;
590+
ClassTemplatePartialSpecializationDecl *>,
591+
1>
592+
OutOfLinePartialSpecs;
592593

593594
/// A list of out-of-line variable template partial
594595
/// specializations that will need to be instantiated after the
595596
/// enclosing variable's instantiation is complete.
596597
/// FIXME: Verify that this is needed.
597598
SmallVector<
598599
std::pair<VarTemplateDecl *, VarTemplatePartialSpecializationDecl *>, 1>
599-
OutOfLineVarPartialSpecs;
600+
OutOfLineVarPartialSpecs;
600601

601602
public:
602603
TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner,

0 commit comments

Comments
 (0)