Commit Diff


commit - bcf2df4dedd660c46912750d9032412a2b7b7822
commit + 3c0b0fd49e9286e8d1b3b3eff664b641fec9006b
blob - ec46106ae099def1fcc64d956ad35d609379bdb8
blob + e853531f871d4fa442c763e2838cec88c3a4efce
--- tog/tog.c
+++ 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;
 };