mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
adapt to the style guildelines
semi-automated harvest of low hanging fruit: change the unorthodox use of whitespace.
This commit is contained in:

committed by
Thiago de Arruda

parent
59f2430a8d
commit
edabc6f4c7
@@ -352,7 +352,7 @@ char_u *transstr(char_u *s)
|
||||
transchar_hex(hexbuf, c);
|
||||
len += (int)STRLEN(hexbuf);
|
||||
}
|
||||
} else {
|
||||
} else {
|
||||
l = byte2cells(*p++);
|
||||
|
||||
if (l > 0) {
|
||||
|
Reference in New Issue
Block a user