mirror of git://anongit.mindrot.org/openssh.git
spacing
This commit is contained in:
parent
3c4a24c3e3
commit
62e4edc797
|
@ -242,7 +242,8 @@ strdup(const char *str)
|
|||
#endif
|
||||
|
||||
#ifndef HAVE_ISBLANK
|
||||
int isblank(int c)
|
||||
int
|
||||
isblank(int c)
|
||||
{
|
||||
return (c == ' ' || c == '\t');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue