diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-11-05 22:18:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-11-05 22:18:28 +0000 |
commit | 70bce170b46dc998d210964c9267ca6518403b6d (patch) | |
tree | aae3ab9146322dc1a32bac7ea1a8f319097bd46e /usr.bin/less/decode.c | |
parent | bbf6e0df84a550def496315d87fd6e3fd4c01f79 (diff) |
whitespace
Diffstat (limited to 'usr.bin/less/decode.c')
-rw-r--r-- | usr.bin/less/decode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/less/decode.c b/usr.bin/less/decode.c index 7f61d8c8b00..006eb07b0d0 100644 --- a/usr.bin/less/decode.c +++ b/usr.bin/less/decode.c @@ -178,7 +178,7 @@ static unsigned char moretable[] = { static unsigned char edittable[] = { - '\t', 0, EC_F_COMPLETE, /* TAB */ + '\t', 0, EC_F_COMPLETE, /* TAB */ '\17', 0, EC_B_COMPLETE, /* BACKTAB */ SK(SK_BACKTAB), 0, EC_B_COMPLETE, /* BACKTAB */ ESC, '\t', 0, EC_B_COMPLETE, /* ESC TAB */ @@ -550,7 +550,7 @@ old_lesskey(char *buf, int len) /* * Old-style lesskey file. * The file must end with either - * ..,cmd,0,action + * ..,cmd,0,action * or ...,cmd,0,action|A_EXTRA,string,0 * So the last byte or the second to last byte must be zero. */ |