Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2480,8 +2480,7 @@ \subsection{Line Splitting Policy}

Lines exceeding the recommended line length in ITK must be split in the
necessary amount of lines. This policy is enforced by the KWStyle pre-commit
hooks (see Section~\ref{subsec:KitwareStyle} on
page~\pageref{subsec:KitwareStyle}).
hooks (see Section~\ref{subsec:KWStyle} on page~\pageref{subsec:KWStyle}).

If a line has to be split, the following preference order is established in ITK:
\begin{itemize}
Expand Down Expand Up @@ -2868,7 +2867,7 @@ \subsection{End Of File Character}

The file must be terminated by a (preferably single) blank line.
This policy is enforced by the KWStyle pre-commit hooks (see Section
~\ref{subsec:KitwareStyle} on page~\pageref{subsec:KitwareStyle}).
~\ref{subsec:KWStyle} on page~\pageref{subsec:KWStyle}).


\section{Increment/decrement Operators}
Expand Down