Skip to content

Commit 811e348

Browse files
authored
Merge pull request #141 from jhlegarreta/AddMissingTableBordersInCreateAModule
ENH: Add missing table borders in `How To Create A Module` chapter
2 parents 05e433d + 7fd0894 commit 811e348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ \subsubsection{Wrapping Variables}
601601
602602
\begin{table}
603603
\begin{center}
604-
\begin{tabular}{l | l | l |}
604+
\begin{tabular}{| l | l | l |}
605605
\hline
606606
& \textbf{CMake Variable} & \textbf{Value} \\
607607
\hline
@@ -649,7 +649,7 @@ \subsubsection{Wrapping Variables}
649649
\begin{table}
650650
\begin{center}
651651
\small
652-
\begin{tabular}{l | p{0.3\textwidth} | p{0.5\textwidth} |}
652+
\begin{tabular}{| l | p{0.3\textwidth} | p{0.5\textwidth} |}
653653
\hline
654654
& \textbf{CMake Variable} & \textbf{Value} \\
655655
\hline
@@ -692,7 +692,7 @@ \subsubsection{Wrapping Variables}
692692
\begin{table}
693693
\begin{center}
694694
\small
695-
\begin{tabular}{l | p{0.3\textwidth} | p{0.5\textwidth} |}
695+
\begin{tabular}{| l | p{0.3\textwidth} | p{0.5\textwidth} |}
696696
\hline
697697
& \textbf{CMake Variable} & \textbf{Value} \\
698698
\hline

0 commit comments

Comments
 (0)