From 6ed545e79735f23ff8e650bc2f0967e5a0baedc9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 9 May 2022 20:09:23 +0100 Subject: patch 8.2.4928: various white space and cosmetic mistakes Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments. --- src/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/channel.c') diff --git a/src/channel.c b/src/channel.c index 52dfaafb3e..e3b32eebf8 100644 --- a/src/channel.c +++ b/src/channel.c @@ -1996,7 +1996,7 @@ channel_get_all(channel_T *channel, ch_part_T part, int *outlen) && p[3] == ';') { // '\a' becomes a NL - while (p < res + (len - 1) && *p != '\a') + while (p < res + (len - 1) && *p != '\a') ++p; // BEL is zero width characters, suppress display mistake // ConPTY (after 10.0.18317) requires advance checking -- cgit v1.2.3