Module Name:    src
Committed By:   roy
Date:           Thu Jan  5 21:42:04 UTC 2017

Modified Files:
        src/lib/libcurses: setterm.c

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libcurses/setterm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcurses/setterm.c
diff -u src/lib/libcurses/setterm.c:1.57 src/lib/libcurses/setterm.c:1.58
--- src/lib/libcurses/setterm.c:1.57	Thu Jan  5 20:31:37 2017
+++ src/lib/libcurses/setterm.c	Thu Jan  5 21:42:04 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: setterm.c,v 1.57 2017/01/05 20:31:37 roy Exp $	*/
+/*	$NetBSD: setterm.c,v 1.58 2017/01/05 21:42:04 roy Exp $	*/
 
 /*
  * Copyright (c) 1981, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)setterm.c	8.8 (Berkeley) 10/25/94";
 #else
-__RCSID("$NetBSD: setterm.c,v 1.57 2017/01/05 20:31:37 roy Exp $");
+__RCSID("$NetBSD: setterm.c,v 1.58 2017/01/05 21:42:04 roy Exp $");
 #endif
 #endif /* not lint */
 
@@ -165,11 +165,11 @@ _cursesi_setterm(char *type, SCREEN *scr
 	 * as this is all we can use.
 	 */
 	screen->padchar = t_pad_char(screen->term) ?
-	    t_pad_char(screen->term)[0] : 0; 
+	    t_pad_char(screen->term)[0] : 0;
 
 	/* If no scrolling commands, no quick change. */
 	screen->noqch =
-  	    (t_change_scroll_region(screen->term) == NULL ||
+	    (t_change_scroll_region(screen->term) == NULL ||
 		t_cursor_home(screen->term) == NULL ||
 		(t_parm_index(screen->term) == NULL &&
 		    t_scroll_forward(screen->term) == NULL) ||

Reply via email to