commit ce5099c0bd3870590d92a1d174bf6ae121deb02d
parent 0f199a22bb342e2e9873cd51766f31d66adb4327
Author: sin <sin@2f30.org>
Date: Sun, 7 Apr 2019 13:37:56 +0100
More indentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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,