whitespace for formatting

This commit is contained in:
Andrew Pardoe 2017-04-03 12:15:05 -07:00
parent 5b1043104c
commit 0aa9994e54

View File

@ -17608,7 +17608,9 @@ Instead, prefer to put the common code in a common helper function -- and make i
You may need to cast away `const` when calling `const`-incorrect functions. Prefer to wrap such functions in inline `const`-correct wrappers to encapsulate the cast in one place.
##### See also: [ES.50, Don't cast away `const`](#Res-casts-const) for more discussion.
##### See also:
[ES.50, Don't cast away `const`](#Res-casts-const) for more discussion.
##### Enforcement