[hackers] [ubase] passwd: fix function def style || sin

From: <git_AT_suckless.org>
Date: Sun, 24 Apr 2016 18:47:33 +0200 (CEST)

commit fa7ae96e0fc8963b0fdd179f0555b66c424555f4
Author: sin <sin_AT_2f30.org>
AuthorDate: Sun Apr 24 17:46:53 2016 +0100
Commit: sin <sin_AT_2f30.org>
CommitDate: Sun Apr 24 17:47:28 2016 +0100

    passwd: fix function def style

diff --git a/passwd.c b/passwd.c
index c5916be..3ea3dd1 100644
--- a/passwd.c
+++ b/passwd.c
_AT_@ -81,8 +81,8 @@ cleanup:
         return r;
 }
 
-static
-int pw_write_file(FILE *fp, const struct passwd *pw, char *pwhash) {
+static int
+pw_write_file(FILE *fp, const struct passwd *pw, char *pwhash) {
         struct passwd *pwent;
         int r = -1, w = 0;
         FILE *tfp = NULL;
Received on Sun Apr 24 2016 - 18:47:33 CEST

This archive was generated by hypermail 2.3.0 : Sun Apr 24 2016 - 18:48:14 CEST