summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-01 10:23:27 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-01 10:23:27 -0600
commitcdf93b72b06c195410a64925c048fde25910dac2 (patch)
tree597d5c42e72ce82e125ea5d1296c66d6e89505d7 /src
parent2206136023f3e548c3f02e393a85c6e911b61ef3 (diff)
fix formatting
Diffstat (limited to 'src')
-rw-r--r--src/nshd/hackers_git/hackers.go1
-rwxr-xr-xsrc/nslcd_proto/util/struct_null_backend.go.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go
index a155f83..5c2ebd3 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -15,7 +15,6 @@ type user struct {
groups []string
}
-
type Config struct {
Pam_password_prohibit_message string
Yamldir string
diff --git a/src/nslcd_proto/util/struct_null_backend.go.sh b/src/nslcd_proto/util/struct_null_backend.go.sh
index 7cbdbd0..9d1c1b0 100755
--- a/src/nslcd_proto/util/struct_null_backend.go.sh
+++ b/src/nslcd_proto/util/struct_null_backend.go.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# -*- Mode: Go -*-
interface=$1
-cat <<EOF
+cat <<EOF | gofmt
package util
import p "nslcd_proto"