aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-13 04:44:18 +0200
committerMattias Andrée <maandree@kth.se>2016-05-13 04:44:18 +0200
commit77e2915791d49b7086483c1fd86c27fce4fb0780 (patch)
treef44765bdb423c6fc8d295deebda6c4e6d7319589
parentMiscellaneous stuff (diff)
downloadlibzahl-77e2915791d49b7086483c1fd86c27fce4fb0780.tar.gz
libzahl-77e2915791d49b7086483c1fd86c27fce4fb0780.tar.bz2
libzahl-77e2915791d49b7086483c1fd86c27fce4fb0780.tar.xz
Fix indentation in manual
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--doc/not-implemented.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex
index 7269251..3fd4d37 100644
--- a/doc/not-implemented.tex
+++ b/doc/not-implemented.tex
@@ -546,9 +546,9 @@ character manually with using {\tt zxor}.
\label{sec:Character retrieval}
\begin{alltt}
- uint64_t
- getu(z_t a)
- \{
- return zzero(a) ? 0 : a->chars[0];
- \}
+uint64_t
+etu(z_t a)
+\{
+ return zzero(a) ? 0 : a->chars[0];
+\}
\end{alltt}