From ce42a6f23d9fd50ddf2e66a68e6ec57cad80c018 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 29 Nov 2015 21:55:20 +0100 Subject: Run go fmt --- cryptfs/names_diriv.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cryptfs') diff --git a/cryptfs/names_diriv.go b/cryptfs/names_diriv.go index 9012e48..3e24a73 100644 --- a/cryptfs/names_diriv.go +++ b/cryptfs/names_diriv.go @@ -11,15 +11,15 @@ import ( // A simple one-entry DirIV cache type DirIVCache struct { // Invalidated? - cleared bool + cleared bool // The DirIV - iv []byte + iv []byte // Directory the DirIV belongs to - dir string + dir string // Ecrypted version of "dir" translatedDir string // Synchronisation - lock sync.RWMutex + lock sync.RWMutex } func (c *DirIVCache) lookup(dir string) (bool, []byte, string) { -- cgit v1.2.3