From 59c81aa31b689b3d40dc1eb559b566a521a07fef Mon Sep 17 00:00:00 2001 From: Sen Huang Date: Mon, 21 Oct 2019 19:12:15 -0400 Subject: [PATCH] Line up comments :) --- lib/zstd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zstd.h b/lib/zstd.h index da29ad22..71012afe 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -1179,7 +1179,7 @@ typedef enum { ZSTD_dictDefaultAttach = 0, /* Use the default heuristic. */ ZSTD_dictForceAttach = 1, /* Never copy the dictionary. */ ZSTD_dictForceCopy = 2, /* Always copy the dictionary. */ - ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ + ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ } ZSTD_dictAttachPref_e; typedef enum {