summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiate.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-11-20 01:29:55 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-11-20 01:29:55 +0000
commit9331ed89f8d3466c9389b7e9ef7b69c877ffbea2 (patch)
tree20ed5a9c7f7866897fe010e7bc9e982cedd88646 /clang/lib/Sema/SemaTemplateInstantiate.cpp
parent2d107dd02b8c74af2e5525d5e194cb01d09d1bba (diff)
downloadbcm5719-llvm-9331ed89f8d3466c9389b7e9ef7b69c877ffbea2.tar.gz
bcm5719-llvm-9331ed89f8d3466c9389b7e9ef7b69c877ffbea2.zip
A bundle of whitespace changes, separated out from the functional changes.
llvm-svn: 119886
Diffstat (limited to 'clang/lib/Sema/SemaTemplateInstantiate.cpp')
-rw-r--r--clang/lib/Sema/SemaTemplateInstantiate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplateInstantiate.cpp b/clang/lib/Sema/SemaTemplateInstantiate.cpp
index 2a7343f4396..65e61ed1745 100644
--- a/clang/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/clang/lib/Sema/SemaTemplateInstantiate.cpp
@@ -193,7 +193,7 @@ Sema::InstantiatingTemplate::InstantiatingTemplate(Sema &SemaRef,
ActiveTemplateInstantiation::InstantiationKind Kind,
sema::TemplateDeductionInfo &DeductionInfo,
SourceRange InstantiationRange)
-: SemaRef(SemaRef) {
+ : SemaRef(SemaRef) {
Invalid = CheckInstantiationDepth(PointOfInstantiation,
InstantiationRange);
OpenPOWER on IntegriCloud