From 1814aec611a5f9e03eceee81237ad3a3f51c954a Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 26 Oct 2011 23:56:54 +0000 Subject: Fix whitespace issues Cleanup trailing whitespaces, indentation that uses spaces before tabs, and blank lines at EOF. Make the project free of warnings reported by git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD --- modules/pam_timestamp/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_timestamp/sha1.c') diff --git a/modules/pam_timestamp/sha1.c b/modules/pam_timestamp/sha1.c index e6705eb5..576b4b41 100644 --- a/modules/pam_timestamp/sha1.c +++ b/modules/pam_timestamp/sha1.c @@ -185,7 +185,7 @@ size_t sha1_output(struct sha1_context *ctx, unsigned char *out) { struct sha1_context ctx2; - + /* Output the sum. */ if (out != NULL) { u_int32_t c; -- cgit v1.2.3