@@ -2021,8 +2021,8 @@ \subsection{White Spaces}
20212021\item An opening angle bracket (\code {<}) and the \code {template} keyword.
20222022\item An opening round bracket (\code {(}) and its preceding word (e.g. in method
20232023declarations and definitions).
2024- \item An opening/closing brace (\code {\{ }/\code {\} }) and its subsequent/
2025- preceding word (e.g. when initializing an array).
2024+ \item An opening/closing brace (\code {\{ }/\code {\} }) and its
2025+ subsequent/ preceding word (e.g. when initializing an array).
20262026\item An opening or closing square bracket (\code {[}, \code {]} ) and its
20272027contents (e.g. when specifying the index of an array).
20282028\item The constant expression termination colon in a \code {switch} statement
@@ -2037,8 +2037,8 @@ \subsection{White Spaces}
20372037variable or keyword.
20382038\item A closing angle bracket (\code {>}) and the preceding and subsequent
20392039words (such as in type aliases).
2040- \item An opening/closing round bracket (\code {(}/\code {)}) and its subsequent/
2041- preceding word (e.g. in method argument lists).
2040+ \item An opening/closing round bracket (\code {(}/\code {)}) and its
2041+ subsequent/ preceding word (e.g. in method argument lists).
20422042\item Individual members in a list separated by commas (e.g.
20432043\code {SizeType size = {{20, 20, 20}}}, or \code {data[i, j]}). The comma must be
20442044always placed next to a given element, and be followed by the single white space.
@@ -2542,9 +2542,9 @@ \subsection{Empty Lines}
25422542\begin {itemize }
25432543\item The accessor type (\code {public}, \code {protected}, \code {private}) and
25442544the declaration that immediately follows it.
2545- \item An opening/closing brace (\code {\{ }/\code {\} }) and its subsequent/
2546- preceding line (e.g. nested namespace braces, method definition and its body,
2547- control statements, etc).
2545+ \item An opening/closing brace (\code {\{ }/\code {\} }) and its
2546+ subsequent/ preceding line (e.g. nested namespace braces, method definition and
2547+ its body, control statements, etc).
25482548\end {itemize }
25492549
25502550However, an empty line should exist in a header file (\code {.h})
0 commit comments