aboutsummaryrefslogtreecommitdiff
path: root/pam/pam.c
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-07-17 22:52:51 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2017-07-17 22:56:54 -0700
commit40378ab30dc65e86092d5477e70ac21ec01f45b9 (patch)
tree5123ca2424fc2508a885a81d6eb4547774054a19 /pam/pam.c
parent533e16c1a40aa41212d0a23e4ab0f7ca2f560a22 (diff)
Changes from "make format"
Diffstat (limited to 'pam/pam.c')
-rw-r--r--pam/pam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pam/pam.c b/pam/pam.c
index e32770f..aee6671 100644
--- a/pam/pam.c
+++ b/pam/pam.c
@@ -106,4 +106,4 @@ void freeSecret(pam_handle_t* pamh, char* data, int error_status) {
memset_sec(data, 0, size);
munlock(data, size);
free(data);
-} \ No newline at end of file
+}