Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
}
/*********************************************************************
_mbsrchr(MSVCRT.@)
*/
_mbsrchr_l(MSVCRT.@)
-unsigned char* CDECL _mbsrchr(const unsigned char* s, unsigned int x) +unsigned char* CDECL _mbsrchr_l(const unsigned char* s, unsigned int x, _locale_t locale)
The function uses multiple styles (indentation, white-spaces). I think it's a good opportunity to clean it up.