]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Line up comments :)
authorSen Huang <senhuang96@fb.com>
Mon, 21 Oct 2019 23:12:15 +0000 (19:12 -0400)
committerSen Huang <senhuang96@fb.com>
Mon, 21 Oct 2019 23:12:15 +0000 (19:12 -0400)
lib/zstd.h

index da29ad222c19848831edaa01e4989ab3cd43cac6..71012afe2ac07fc010003834c7af95f5dc8d9bf7 100644 (file)
@@ -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 {