Skip to content

Commit 7fa6faf

Browse files
committed
[lex.ccon][except.spec] Remove trailing linebreak from grammar
There are two grammar entries that end with a trailing `\br` in their specification. This trailing linebreak does not seem to be intended, showing up only as a wider spacing between adjecent grammars --- most notably in Annex A where otherwise non-adject grammars pick up neighbours.
1 parent 4a5d988 commit 7fa6faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@
751751
\begin{bnf}
752752
\nontermdef{noexcept-specifier}\br
753753
\keyword{noexcept} \terminal{(} constant-expression \terminal{)}\br
754-
\keyword{noexcept}\br
754+
\keyword{noexcept}
755755
\end{bnf}
756756

757757
\pnum

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@
14261426
\terminal{\textbackslash} octal-digit\br
14271427
\terminal{\textbackslash} octal-digit octal-digit\br
14281428
\terminal{\textbackslash} octal-digit octal-digit octal-digit\br
1429-
\terminal{\textbackslash o\{} simple-octal-digit-sequence \terminal{\}}\br
1429+
\terminal{\textbackslash o\{} simple-octal-digit-sequence \terminal{\}}
14301430
\end{bnf}
14311431

14321432
\begin{bnf}

0 commit comments

Comments
 (0)