Commit 3c0b0fd49e9286e8d1b3b3eff664b641fec9006b

Stefan Sperling 2019-06-21T22:43:37

whitespace

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tog/tog.c b/tog/tog.c
index ec46106..e853531 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -159,7 +159,6 @@ struct tog_log_view_state {
 	sig_atomic_t quit;
 	pthread_t thread;
 	struct tog_log_thread_args thread_args;
-
 	regex_t regex;
 	struct commit_queue_entry *matched_entry;
 };