summaryrefslogtreecommitdiffstats
path: root/sys/teken/teken_subr.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-06-26 18:25:10 +0000
committered <ed@FreeBSD.org>2011-06-26 18:25:10 +0000
commit59c238c6bed4c3688cd951c136e0cd48bc67c028 (patch)
tree9a5cbbd6c9b92ba71562b413c6aa01fb5fd1fa1a /sys/teken/teken_subr.h
parent63ee2d30481a6cfa0ebc55582ca3b122de4d53c1 (diff)
downloadFreeBSD-src-59c238c6bed4c3688cd951c136e0cd48bc67c028.zip
FreeBSD-src-59c238c6bed4c3688cd951c136e0cd48bc67c028.tar.gz
Fix various whitespace inconsistencies in sys/teken.
Diffstat (limited to 'sys/teken/teken_subr.h')
-rw-r--r--sys/teken/teken_subr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/teken/teken_subr.h b/sys/teken/teken_subr.h
index 2934bcc..f4c78f4 100644
--- a/sys/teken/teken_subr.h
+++ b/sys/teken/teken_subr.h
@@ -260,7 +260,7 @@ teken_subr_cursor_backward_tabulation(teken_t *t, unsigned int ntabs)
break;
t->t_cursor.tp_col--;
-
+
/* Tab marker set. */
if (teken_tab_isset(t, t->t_cursor.tp_col))
ntabs--;
@@ -303,7 +303,7 @@ teken_subr_cursor_forward_tabulation(teken_t *t, unsigned int ntabs)
break;
t->t_cursor.tp_col++;
-
+
/* Tab marker set. */
if (teken_tab_isset(t, t->t_cursor.tp_col))
ntabs--;
OpenPOWER on IntegriCloud