Whitespace cleanup.
This commit is contained in:
parent
0983c476d9
commit
cf13327bef
@ -2,15 +2,15 @@
|
||||
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
|
||||
** Distributed under the terms of the Haiku License.
|
||||
*/
|
||||
|
||||
|
||||
#include <wchar_private.h>
|
||||
|
||||
|
||||
int
|
||||
|
||||
|
||||
int
|
||||
__mbsinit(const mbstate_t* ps)
|
||||
{
|
||||
{
|
||||
return ps == NULL || ps->count == 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
B_DEFINE_WEAK_ALIAS(__mbsinit, mbsinit);
|
||||
|
Loading…
Reference in New Issue
Block a user