diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-02-01 22:44:26 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-02-01 22:44:26 +0100 |
commit | 2acfa931d4a50c32693cd6ab93ff35f9120bf104 (patch) | |
tree | 7e865d33932d61d504140d7fa84cff6f4fc694b0 /src/utils.c | |
parent | 8b30d7041aa567ce0213c6ba21834e84cbfc3cee (diff) |
Improve code formatting and convert `unsigned int` to `unsigned`.
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index 7c85b38..b0d291a 100644 --- a/src/utils.c +++ b/src/utils.c @@ -300,4 +300,3 @@ xgetpwuid(uid_t uid) return NULL; } - |