Silence the linter

This commit is contained in:
Audrius Butkevicius
2016-01-12 10:08:32 +01:00
committed by Jakob Borg
parent fdc9a5d8b0
commit 90e027d9a4
+2 -2
View File
@@ -68,9 +68,9 @@ const (
FlagFolderIgnoreDelete = 1 << 2
// The folder hash algorithm IDs, to be put in the flags field by shifting
// left FolderHashShiftBits
// left FolderHashShiftBits. 1 through 15 currently reserved.
FolderHashSHA256 = 0
// ... 1 through 15 currently reserved
FolderHashMask = 15
FolderHashShiftBits = 3
)