URI: 
       More indentation - 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 ce5099c0bd3870590d92a1d174bf6ae121deb02d
   DIR parent 0f199a22bb342e2e9873cd51766f31d66adb4327
  HTML Author: sin <sin@2f30.org>
       Date:   Sun,  7 Apr 2019 13:37:56 +0100
       
       More indentation
       
       Diffstat:
         M dedup.h                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dedup.h b/dedup.h
       @@ -25,7 +25,7 @@
        #define HASH_ALGO_SHIFT                18
        #define HASH_ALGO_MASK                0x7        /* max 8 hash algos */
        #define COMPR_ALGO_SHIFT        16
       -#define COMPR_ALGO_MASK        0x3        /* max 4 compression algos */
       +#define COMPR_ALGO_MASK                0x3        /* max 4 compression algos */
        
        enum compr_algo {
                COMPR_NONE,