Commit Diff


commit - 55df859fef332072094bb5f5e868762e5f5060c3
commit + 4ff12389df3b7bc170914b4c6d720cc58c3a8b20
blob - 07c02c16594531a3b18287efd383b8fc319e2399
blob + f287bbb47b1915171236717571a376358226e6b1
--- ui.c
+++ ui.c
@@ -816,13 +816,13 @@ do_redraw_minibuffer(void)
 
 /*
  * Place the cursor in the right ncurses window.  If soft is 1, use
- * wnoutrefresh (which shouldn't cause any I/o); otherwise use
+ * wnoutrefresh (which shouldn't cause any I/O); otherwise use
  * wrefresh.
  */
 static void
 place_cursor(int soft)
 {
-        int (*touch)(WINDOW *);
+	int (*touch)(WINDOW *);
 
 	if (soft)
 		touch = wnoutrefresh;