Skip to content

Commit a018474

Browse files
committed
Remove trailing blank lines at ends of grammar productions.
1 parent 3650ebb commit a018474

File tree

4 files changed

+6
-273
lines changed

4 files changed

+6
-273
lines changed

source/declarators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@
20732073
ctor-initializer\opt compound-statement\br
20742074
function-try-block\br
20752075
\terminal{= default ;}\br
2076-
\terminal{= delete ;}\br
2076+
\terminal{= delete ;}
20772077
\end{bnf}
20782078

20792079
Any informal reference to the body of a function should be interpreted as a reference to

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2474,7 +2474,7 @@
24742474
\terminal{alignof (} type-id \terminal{)}\br
24752475
noexcept-expression\br
24762476
new-expression\br
2477-
delete-expression\br
2477+
delete-expression
24782478
\end{bnf}
24792479

24802480
\indextext{operator!indirection}%

0 commit comments

Comments
 (0)