JANITORIAL: Whitespace fixes

This commit is contained in:
Eugene Sandulenko 2018-12-18 22:53:30 +01:00
parent ba00661b3a
commit 0dab01862c
24 changed files with 1286 additions and 1286 deletions

View file

@ -34,7 +34,7 @@ size_t strlen_uni(const uint32 *s) {
}
uint bufferChangeCase(uint32 *buf, uint len, uint numchars, BufferChangeCase destcase,
BufferChangeCond cond, int changerest) {
BufferChangeCond cond, int changerest) {
uint ix, jx;
uint32 *outbuf;
uint32 *newoutbuf;