mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:05:46 +00:00
[REACTOS] Add missing line breaks at end of file
This commit is contained in:
parent
764881a94b
commit
0c2cdcae83
128 changed files with 128 additions and 128 deletions
|
@ -4,4 +4,4 @@
|
|||
int __cdecl isblank (int _C)
|
||||
{
|
||||
return (_isctype(_C, _BLANK) || _C == '\t');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
int __cdecl iswblank (wint_t _C)
|
||||
{
|
||||
return (iswctype(_C, _BLANK) || _C == '\t');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue