Fixup recent formatting boo boos I've committed

I always think I'll remember to clang-format before pushing, but I don't
always follow through.
This commit is contained in:
Ben Langmuir
2016-03-16 15:54:52 -07:00
parent 4b40dd69fc
commit a760b70827
3 changed files with 6 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ UIdent UIdentVisitor::visitFuncDecl(const FuncDecl *D) {
IsRef);
}
if (auto *Op = D->getOperatorDecl()) {
if (auto *Op = D->getOperatorDecl()) {
switch (Op->getKind()) {
case DeclKind::PrefixOperator:
return IsRef ? KindRefFunctionPrefixOperator : KindDeclFunctionPrefixOperator;