From 242fcd0736313eaec17e3fa10f5f9a34b54164fb Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 11 Oct 2015 18:51:56 +0200 Subject: Run gofmt --- main.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index d4ec227..5a9953e 100644 --- a/main.go +++ b/main.go @@ -24,14 +24,14 @@ const ( PROGRAM_NAME = "gocryptfs" // Exit codes - ERREXIT_USAGE = 1 - ERREXIT_NEWFS = 2 - ERREXIT_MOUNT = 3 - ERREXIT_SERVE = 4 - ERREXIT_CIPHERDIR = 6 - ERREXIT_INIT = 7 - ERREXIT_LOADCONF = 8 - ERREXIT_PASSWORD = 9 + ERREXIT_USAGE = 1 + ERREXIT_NEWFS = 2 + ERREXIT_MOUNT = 3 + ERREXIT_SERVE = 4 + ERREXIT_CIPHERDIR = 6 + ERREXIT_INIT = 7 + ERREXIT_LOADCONF = 8 + ERREXIT_PASSWORD = 9 ERREXIT_MOUNTPOINT = 10 ) @@ -81,7 +81,7 @@ func main() { var cpuprofile = flag.String("cpuprofile", "", "Write cpu profile to specified file") flag.Parse() - if ! foreground { + if !foreground { daemonize() // does not return } if *cpuprofile != "" { -- cgit v1.2.3