aboutsummaryrefslogtreecommitdiff
path: root/internal/contentenc/file_header.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-02-06 20:23:36 +0100
committerJakob Unterwurzacher2016-02-06 20:23:36 +0100
commitc74772bc8d7348ced429e5ca6ef47a53a8f215ff (patch)
tree5ac2097e050a09c02b4ed30b85f3f7774d03c9ad /internal/contentenc/file_header.go
parentb0ee5258b1ac60b9a672d9db0816b17ae12d0e55 (diff)
Run go fmt
Diffstat (limited to 'internal/contentenc/file_header.go')
-rw-r--r--internal/contentenc/file_header.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/contentenc/file_header.go b/internal/contentenc/file_header.go
index 8a9dd2c..1463773 100644
--- a/internal/contentenc/file_header.go
+++ b/internal/contentenc/file_header.go
@@ -15,9 +15,9 @@ const (
// Current On-Disk-Format version
CurrentVersion = 2
- HEADER_VERSION_LEN = 2 // uint16
- HEADER_ID_LEN = 16 // 128 bit random file id
- HEADER_LEN = HEADER_VERSION_LEN + HEADER_ID_LEN // Total header length
+ HEADER_VERSION_LEN = 2 // uint16
+ HEADER_ID_LEN = 16 // 128 bit random file id
+ HEADER_LEN = HEADER_VERSION_LEN + HEADER_ID_LEN // Total header length
)
type FileHeader struct {