aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/unicode.h
diff options
context:
space:
mode:
authorEugene Sandulenko2018-12-18 22:53:30 +0100
committerEugene Sandulenko2018-12-18 22:53:30 +0100
commit0dab01862c3c1e34a80a239788a1d81fd9b679fd (patch)
tree8a2e39089adddaa5dbb03030a9c92dd5c05dbca4 /engines/glk/unicode.h
parentba00661b3a531834e6f7d648144996540539573c (diff)
downloadscummvm-rg350-0dab01862c3c1e34a80a239788a1d81fd9b679fd.tar.gz
scummvm-rg350-0dab01862c3c1e34a80a239788a1d81fd9b679fd.tar.bz2
scummvm-rg350-0dab01862c3c1e34a80a239788a1d81fd9b679fd.zip
JANITORIAL: Whitespace fixes
Diffstat (limited to 'engines/glk/unicode.h')
-rw-r--r--engines/glk/unicode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/unicode.h b/engines/glk/unicode.h
index f4ad96a643..511be2d2dd 100644
--- a/engines/glk/unicode.h
+++ b/engines/glk/unicode.h
@@ -44,7 +44,7 @@ size_t strlen_uni(const uint32 *s);
*converted string should have contained.
*/
extern uint bufferChangeCase(uint32 *buf, uint len,
- uint numchars, BufferChangeCase destcase, BufferChangeCond cond, int changerest);
+ uint numchars, BufferChangeCase destcase, BufferChangeCond cond, int changerest);
} // End of namespace Glk