URI: 
       Forgot some whitespaces. - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 0fbb73a1590a323d17ac96dad034c608b891e56c
   DIR parent 64d0e03e59ae7734f8a71ce7899ca3e3f22f701c
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 27 Feb 2011 10:48:14 +0100
       
       Forgot some whitespaces.
       
       Diffstat:
         M ind.c                               |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/ind.c b/ind.c
       @@ -1,5 +1,5 @@
        /*
       - * Copy me if you can. 
       + * Copy me if you can.
         * by 20h
         */
        
       @@ -39,8 +39,8 @@ gettype(char *filename)
                int i;
        
                end = strrchr(filename, '.');
       -        if(end == nil) 
       -                return &type[0]; 
       +        if(end == nil)
       +                return &type[0];
                end++;
        
                for(i = 0; type[i].end != nil; i++)
       @@ -162,10 +162,10 @@ getadv(char *str)
                        addelem(ret, "Err");
                        addelem(ret, "server");
                        addelem(ret, "port");
       -                
       +
                        return ret;
                }
       -                
       +
                b = str + 1;
                while((e = strchr(b, '|')) != nil) {
                        *e = '\0';