Commit 4ec14e60ca0e283293b2dc7fafe977fa7baf469e

Hiltjo Posthuma 2019-08-27T18:59:19

tiny white-space fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/got/got.c b/got/got.c
index b9cfd91..f3dfdce 100644
--- a/got/got.c
+++ b/got/got.c
@@ -6206,8 +6206,8 @@ cmd_histedit(int argc, char *argv[])
 
 	}
 
-	 error = histedit_check_script(&histedit_cmds, &commits, repo);
-	 if (error)
+	error = histedit_check_script(&histedit_cmds, &commits, repo);
+	if (error)
 		goto done;
 
 	TAILQ_FOREACH(hle, &histedit_cmds, entry) {