summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-29 21:55:20 +0100
committerJakob Unterwurzacher2015-11-29 21:55:20 +0100
commitce42a6f23d9fd50ddf2e66a68e6ec57cad80c018 (patch)
treee5ca3e87688171785738350f541966fdacab9470 /main.go
parent20b058a33335f48812864513cc13ea0a276aaaa3 (diff)
Run go fmt
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.go b/main.go
index e602ed2..c5c7f64 100644
--- a/main.go
+++ b/main.go
@@ -283,11 +283,11 @@ func pathfsFrontend(key []byte, args argContainer, confFile *cryptfs.ConfFile) *
// Reconciliate CLI and config file arguments into a Args struct that is passed to the
// filesystem implementation
frontendArgs := pathfs_frontend.Args{
- Cipherdir: args.cipherdir,
- Masterkey: key,
- OpenSSL: args.openssl,
+ Cipherdir: args.cipherdir,
+ Masterkey: key,
+ OpenSSL: args.openssl,
PlaintextNames: args.plaintextnames,
- DirIV: args.diriv,
+ DirIV: args.diriv,
}
// confFile is nil when "-zerokey" or "-masterkey" was used
if confFile != nil {