URI: 
       Fix whitespace - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit cf5881ad53bdf66d5b1a097dcd2ac21510b554e6
   DIR parent 7728f1e69f44f5ad45e61946f3747234c7d47094
  HTML Author: sin <sin@2f30.org>
       Date:   Tue, 20 Mar 2018 17:57:26 +0000
       
       Fix whitespace
       
       Diffstat:
         M dedup.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dedup.c b/dedup.c
       @@ -249,7 +249,7 @@ void
        init(void)
        {
                struct stat sb;
       -        
       +
                ifd = open(INDEXF, O_RDWR | O_CREAT, 0600);
                if (ifd == -1)
                        err(1, "open %s", INDEXF);