summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-06 23:56:20 -0700
committerMichael Forney <mforney@mforney.org>2016-06-06 23:56:20 -0700
commit2f400941b2cc4942de64c65ca38081bf502f0071 (patch)
tree089222399085ba42d24d7dc79d8e31831fe6da61
parent4dd81f6bf8d09993a452035fbf9b786062a1e3e6 (diff)
perms-hook: Whitespace cleanup
-rw-r--r--util/perms-hook.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/perms-hook.c b/util/perms-hook.c
index 08b96daa..9ad9ff4f 100644
--- a/util/perms-hook.c
+++ b/util/perms-hook.c
@@ -1,6 +1,6 @@
-/*
+/*
See LICENSE file for copyright and license details.
-
+
This program is a git hook to fix the permissions of files based on a .perms
file in the repository
@@ -241,7 +241,7 @@ int main(int argc, char *argv[]) {
if (stat(".", &st) < 0)
die("stat:");
- rootdev = st.st_dev;
+ rootdev = st.st_dev;
readperms();
readchanges(old, new);