Fix indentation in manual - libzahl - big integer library
 (HTM) git clone git://git.suckless.org/libzahl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 77e2915791d49b7086483c1fd86c27fce4fb0780
 (DIR) parent 16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa
 (HTM) Author: Mattias Andrée <maandree@kth.se>
       Date:   Fri, 13 May 2016 04:44:18 +0200
       
       Fix indentation in manual
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/not-implemented.tex             |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git 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}