Commit Diff


commit - 0110411e1e32fa44d6e086f652dac916fc8707cf
commit + 022fdfc9d34f3f8c3c6d334af7615eda1b8170ef
blob - a1810add970ff2ed7a711dd1d4b33eab2bf29231
blob + 9061f38f9535cc4211f5549e5de4c14c681030d1
--- telescope.c
+++ telescope.c
@@ -518,7 +518,7 @@ handle_imsg_file_opened(struct imsg *imsg, size_t data
 		}
 
 		dequeue_first_download();
-	}else {
+	} else {
 		d->fd = imsg->fd;
 		ui_send_net(IMSG_PROCEED, d->id, NULL, 0);
 	}