From 14aee416f47e90acdf164339187be5089fa076a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sun, 16 Jul 2023 17:28:06 -0400 Subject: [PATCH] STYLE: Finish coding style guideline item sentence with period Finish coding style guideline item sentence with period. --- SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex b/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex index 30c9ff84..1ffac089 100644 --- a/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex +++ b/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex @@ -2176,7 +2176,7 @@ \subsection{White Spaces} and right-hand values. \item Control statements (i.e. \code{if}, \code{for}, \code{while}, \code{switch}, etc.) and their conditional statements or arguments. -\item The different parts of a \code{for} control statement +\item The different parts of a \code{for} control statement. \small \begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}