diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-17 22:52:51 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-17 22:56:54 -0700 |
| commit | 40378ab30dc65e86092d5477e70ac21ec01f45b9 (patch) | |
| tree | 5123ca2424fc2508a885a81d6eb4547774054a19 /pam | |
| parent | 533e16c1a40aa41212d0a23e4ab0f7ca2f560a22 (diff) | |
Changes from "make format"
Diffstat (limited to 'pam')
| -rw-r--r-- | pam/pam.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 +} |