mostly more KNF

This commit is contained in:
mirabilos
2017-03-26 00:18:21 +01:00
parent 859746b30b
commit e216226f68
4 changed files with 8 additions and 12 deletions

2
edit.c
View File

@ -146,7 +146,7 @@ static int
x_getc(void)
{
#ifdef __OS2__
return _read_kbd(0, 1, 0);
return (_read_kbd(0, 1, 0));
#else
char c;
ssize_t n;