mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
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…
x
Reference in New Issue
Block a user