Whitespace cleanup.

This commit is contained in:
Oliver Tappe 2011-12-06 00:06:50 +01:00
parent 0983c476d9
commit cf13327bef

View File

@ -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);