Commit 9270e621f7d5356871bae1d9d6a82373234a8987

Stefan Sperling 2019-02-05T18:39:30

wrap overlong line

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/got/got.c b/got/got.c
index bd465c5..549e474 100644
--- a/got/got.c
+++ b/got/got.c
@@ -1059,7 +1059,8 @@ done:
 __dead static void
 usage_blame(void)
 {
-	fprintf(stderr, "usage: %s blame [-c commit] [-r repository-path] path\n",
+	fprintf(stderr,
+	    "usage: %s blame [-c commit] [-r repository-path] path\n",
 	    getprogname());
 	exit(1);
 }