Commit f12d0dbe463b659998c2426d120b6ef7b02ba401

Stefan Sperling 2019-01-04T18:34:21

whitespace

diff --git a/got/got.c b/got/got.c
index d4231ab..40d1c25 100644
--- a/got/got.c
+++ b/got/got.c
@@ -185,7 +185,7 @@ apply_unveil(const char *repo_path, const char *worktree_path)
 	if (worktree_path && unveil(worktree_path, "rwc") != 0)
 		return got_error_from_errno();
 
-	if ( unveil("/tmp", "rwc") != 0)
+	if (unveil("/tmp", "rwc") != 0)
 		return got_error_from_errno();
 
 	error = got_privsep_unveil_exec_helpers();
diff --git a/tog/tog.c b/tog/tog.c
index b84f94f..cc1fcce 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -1622,7 +1622,7 @@ apply_unveil(const char *repo_path, const char *worktree_path)
 	if (worktree_path && unveil(worktree_path, "rwc") != 0)
 		return got_error_from_errno();
 
-	if ( unveil("/tmp", "rwc") != 0)
+	if (unveil("/tmp", "rwc") != 0)
 		return got_error_from_errno();
 
 	error = got_privsep_unveil_exec_helpers();