diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-20 00:55:53 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-20 00:55:53 +0000 |
commit | b40778d23368aecf79c9123c20eb5570a571935f (patch) | |
tree | 59f9a3bcf03cb71e30f35d17f9b910b7706754bc /usr.bin | |
parent | 224051dadebcae607ee11c7c3ba9842f42abf49d (diff) |
Nuke some excess whitespace.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vi/common/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/common/log.c b/usr.bin/vi/common/log.c index d94062a8445..83f79d0776c 100644 --- a/usr.bin/vi/common/log.c +++ b/usr.bin/vi/common/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.10 2016/05/27 09:18:11 martijn Exp $ */ +/* $OpenBSD: log.c,v 1.11 2017/01/20 00:55:52 krw Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -32,7 +32,7 @@ * * LOG_CURSOR_INIT MARK * LOG_CURSOR_END MARK - * LOG_LINE_APPEND recno_t char * + * LOG_LINE_APPEND recno_t char * * LOG_LINE_DELETE recno_t char * * LOG_LINE_INSERT recno_t char * * LOG_LINE_RESET_F recno_t char * |