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 | |
| parent | 533e16c1a40aa41212d0a23e4ab0f7ca2f560a22 (diff) | |
Changes from "make format"
| -rw-r--r-- | filesystem/filesystem_test.go | 2 | ||||
| -rw-r--r-- | pam/pam.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filesystem/filesystem_test.go b/filesystem/filesystem_test.go index 16bf82b..2a6baab 100644 --- a/filesystem/filesystem_test.go +++ b/filesystem/filesystem_test.go @@ -63,7 +63,7 @@ func getFakePolicy() *metadata.PolicyData { KeyDescriptor: "0123456789abcdef", Options: metadata.DefaultOptions, WrappedPolicyKeys: []*metadata.WrappedPolicyKey{ - &metadata.WrappedPolicyKey{ + { ProtectorDescriptor: "fedcba9876543210", WrappedKey: wrappedPolicyKey, }, @@ -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 +} |