aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/sysdep.h
diff options
context:
space:
mode:
authordreammaster2019-06-22 03:43:17 +0100
committerPaul Gilbert2019-06-22 14:40:50 -0700
commit2450df501c152249fe1002a7dee70642563d40a3 (patch)
tree226adf311a755ca71d2c18317199a74b2c130864 /engines/glk/alan2/sysdep.h
parenta3fa9d12a94494f86134f56df6c064d7e48e8580 (diff)
downloadscummvm-rg350-2450df501c152249fe1002a7dee70642563d40a3.tar.gz
scummvm-rg350-2450df501c152249fe1002a7dee70642563d40a3.tar.bz2
scummvm-rg350-2450df501c152249fe1002a7dee70642563d40a3.zip
GLK: ALAN2: astyle formatting
Diffstat (limited to 'engines/glk/alan2/sysdep.h')
-rw-r--r--engines/glk/alan2/sysdep.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/glk/alan2/sysdep.h b/engines/glk/alan2/sysdep.h
index 7fce53c3e7..ea513aa9ec 100644
--- a/engines/glk/alan2/sysdep.h
+++ b/engines/glk/alan2/sysdep.h
@@ -81,15 +81,15 @@ extern char *stringUpper(char str[]); /* INOUT - ISO string to convert */
/* ISO string conversion functions */
extern void toIso(char copy[], /* OUT - Mapped string */
- char original[], /* IN - string to convert */
- int charset); /* IN - The current character set */
+ char original[], /* IN - string to convert */
+ int charset); /* IN - The current character set */
extern void fromIso(char copy[], /* OUT - Mapped string */
- char original[]); /* IN - string to convert */
+ char original[]); /* IN - string to convert */
extern void toNative(char copy[], /* OUT - Mapped string */
- char original[], /* IN - string to convert */
- int charset); /* IN - current character set */
+ char original[], /* IN - string to convert */
+ int charset); /* IN - current character set */
} // End of namespace Alan2
} // End of namespace Glk