Skip to content

Commit 8ba434b

Browse files
committed
Fix indentation
1 parent 6fe0633 commit 8ba434b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/Attr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ StringRef DeclAttribute::getAttrName() const {
603603
return "effects(readonly)";
604604
case EffectsKind::ReleaseNone:
605605
return "effects(releasenone)";
606-
case EffectsKind::ReadWrite:
606+
case EffectsKind::ReadWrite:
607607
return "effects(readwrite)";
608608
case EffectsKind::Unspecified:
609609
return "effects(unspecified)";

0 commit comments

Comments
 (0)