tMore indentation - dedup - deduplicating backup program
 (HTM) git clone git://git.z3bra.org/dedup.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ce5099c0bd3870590d92a1d174bf6ae121deb02d
 (DIR) parent 0f199a22bb342e2e9873cd51766f31d66adb4327
 (HTM) 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
       t@@ -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,