From b5229c16ce49a2b6071eb4fcdca47f5124f5c603 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 22 Oct 2015 00:46:28 +0100 Subject: [PATCH] doc/structures.tex: Fix indentation error. --- doc/structures.tex | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/structures.tex b/doc/structures.tex index 561075b..1d93b3d 100644 --- a/doc/structures.tex +++ b/doc/structures.tex @@ -234,33 +234,33 @@ recommended. size_t ichainsz; \- \\ \};} - The @|struct sod_chain| structure describes an individual chain of - superclasses. It has the following members. - \begin{description} \let\makelabel\code + The @|struct sod_chain| structure describes an individual chain of + superclasses. It has the following members. + \begin{description} \let\makelabel\code - \item[n_classes] The number of classes in the chain. This is always at - least one. + \item[n_classes] The number of classes in the chain. This is always at + least one. - \item[classes] A pointer to an array of class pointers listing the classes - in the chain from least- to most-specific. So - $@[i]@->@|cls|.@|head| = @[0]$ for all $0 \le i < - @$, $@[0]@->@|cls|.@|link|$ is always null, and - $@[i]@->@|cls|.@|link| = @[i - 1]$ if $1 \le i < - @$. + \item[classes] A pointer to an array of class pointers listing the classes + in the chain from least- to most-specific. So + $@[i]@->@|cls|.@|head| = @[0]$ for all $0 \le i < + @$, $@[0]@->@|cls|.@|link|$ is always null, and + $@[i]@->@|cls|.@|link| = @[i - 1]$ if $1 \le i < + @$. - \item[off_ichain] The size of the @|ichain| structure for this chain. + \item[off_ichain] The size of the @|ichain| structure for this chain. - \item[vt] The vtable for this chain. (It is possible, therefore, to - partially duplicate the behaviour of the @ function by walking - the chain structure.\footnote{% - There isn't enough information readily available to fill in the class - pointers correctly.} % - The @ function is much faster, though.) + \item[vt] The vtable for this chain. (It is possible, therefore, to + partially duplicate the behaviour of the @ function by walking + the chain structure.\footnote{% + There isn't enough information readily available to fill in the class + pointers correctly.} % + The @ function is much faster, though.) - \item[ichainsz] The size of the @|ichain| structure for this chain. + \item[ichainsz] The size of the @|ichain| structure for this chain. - \end{description} - \end{describe} + \end{description} +\end{describe} %%%-------------------------------------------------------------------------- \section{Class and vtable layout} \label{sec:structures.layout} -- 2.11.0