Commit Diff


commit - 16a2d4f0fd14165dfcd85b3a468295194a7480e8
commit + 12c07a25b65fee8e7bca0ed2aa35f76e446d1241
blob - 70ec4db0e43fda686036c567476aed95177aeddb
blob + b1c96d3305962e437bf858055c6f8fe8ec341120
--- tog/tog.c
+++ tog/tog.c
@@ -8639,7 +8639,7 @@ show_help_view(struct tog_view *view)
 
 	err = win_draw_center(view->window, 0, 0, view->ncols,
 	    view_needs_focus_indication(view),
-	        "tog help (press q to return to tog)");
+	    "tog help (press q to return to tog)");
 	if (err)
 		return err;
 	if (eos <= 1)