summaryrefslogtreecommitdiffstats
path: root/sys/teken/teken.c
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.c
parent63ee2d30481a6cfa0ebc55582ca3b122de4d53c1 (diff)
downloadFreeBSD-src-59c238c6bed4c3688cd951c136e0cd48bc67c028.zip
FreeBSD-src-59c238c6bed4c3688cd951c136e0cd48bc67c028.tar.gz
Fix various whitespace inconsistencies in sys/teken.
Diffstat (limited to 'sys/teken/teken.c')
-rw-r--r--sys/teken/teken.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/teken/teken.c b/sys/teken/teken.c
index cdc2cb3..8ca88d2 100644
--- a/sys/teken/teken.c
+++ b/sys/teken/teken.c
@@ -526,7 +526,7 @@ teken_get_sequence(teken_t *t, unsigned int k)
/* Default xterm sequences. */
if (k < sizeof special_strings_normal / sizeof(char *))
return (special_strings_normal[k]);
-
+
return (NULL);
}
OpenPOWER on IntegriCloud