mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user