Skip to content

Commit fb42d1c

Browse files
committed
STYLE: Add braces around \input argument for consistency
1 parent c0b6a0c commit fb42d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftwareGuide/Latex/Introduction/Installation.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ \subsection{Hello World!}
684684
\url{https://cmake.org/cmake-tutorial/}} and CMake online
685685
documentation\footnote{\url{https://cmake.org/documentation/}}.
686686
687-
\input HelloWorld.tex
687+
\input{HelloWorld.tex}
688688
689689
By this point you have successfully configured and compiled ITK, and created
690690
your first simple program! If you have experienced any difficulties while

0 commit comments

Comments
 (0)