Run clang-format on most sources

This commit is contained in:
Justine Tunney 2023-04-26 20:45:01 -07:00
parent 614229e3f4
commit 369f9740de
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
228 changed files with 4844 additions and 4637 deletions

View file

@ -91,16 +91,10 @@ bool32 TrackPopupMenu(int64_t hMenu, uint32_t uFlags, int32_t x, int32_t y,
int32_t nReserved, int64_t hWnd,
const struct NtRect *prcRect);
int WideCharToMultiByte(unsigned int CodePage,
uint32_t dwFlags,
uint16_t * lpWideCharStr,
int cchWideChar,
char * lpMultiByteStr,
int cbMultiByte,
uint16_t * lpDefaultChar,
int * lpUsedDefaultChar
);
int WideCharToMultiByte(unsigned int CodePage, uint32_t dwFlags,
uint16_t *lpWideCharStr, int cchWideChar,
char *lpMultiByteStr, int cbMultiByte,
uint16_t *lpDefaultChar, int *lpUsedDefaultChar);
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */