Skip to content

Commit 6ad9790

Browse files
committed
[Typechecker] Add 'end anonymous namespace' at the end of the namespace for OptionalAdjustmentPosition
1 parent c9d843d commit 6ad9790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckProtocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ enum class OptionalAdjustmentPosition : unsigned {
19481948
/// Both return and parameter adjustments.
19491949
ParamAndReturn = 4,
19501950
};
1951-
} // namespace
1951+
} // end anonymous namespace.
19521952

19531953
/// Classify the provided optionality issues for use in diagnostics.
19541954
static OptionalAdjustmentPosition classifyOptionalityIssues(

0 commit comments

Comments
 (0)