Skip to content

Commit 14aee41

Browse files
committed
STYLE: Finish coding style guideline item sentence with period
Finish coding style guideline item sentence with period.
1 parent a7f818b commit 14aee41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,7 +2176,7 @@ \subsection{White Spaces}
21762176
and right-hand values.
21772177
\item Control statements (i.e. \code{if}, \code{for}, \code{while},
21782178
\code{switch}, etc.) and their conditional statements or arguments.
2179-
\item The different parts of a \code{for} control statement
2179+
\item The different parts of a \code{for} control statement.
21802180
21812181
\small
21822182
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}

0 commit comments

Comments
 (0)