aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/glkstart.h
diff options
context:
space:
mode:
authordreammaster2019-06-27 04:02:48 +0100
committerPaul Gilbert2019-07-06 15:27:08 -0700
commitdc40211ec5e54d01f7cb822940714ed6e6da36d5 (patch)
treededda7f6ce1ab7f581941d9f002ad1926fa3e367 /engines/glk/alan3/glkstart.h
parentaebf25661076eaa382b3025f0123f6ceb7cf920b (diff)
downloadscummvm-rg350-dc40211ec5e54d01f7cb822940714ed6e6da36d5.tar.gz
scummvm-rg350-dc40211ec5e54d01f7cb822940714ed6e6da36d5.tar.bz2
scummvm-rg350-dc40211ec5e54d01f7cb822940714ed6e6da36d5.zip
GLK: ALAN3: Proper indentation & formatting
Diffstat (limited to 'engines/glk/alan3/glkstart.h')
-rw-r--r--engines/glk/alan3/glkstart.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/glk/alan3/glkstart.h b/engines/glk/alan3/glkstart.h
index 2bc2e9c9dc..0d91732d78 100644
--- a/engines/glk/alan3/glkstart.h
+++ b/engines/glk/alan3/glkstart.h
@@ -33,7 +33,7 @@
with the various Unix Glk libraries -- at least, the three I wrote.
(I encourage anyone writing a Unix Glk library to use this interface,
but it's not part of the Glk spec.)
-
+
Because Glk is *almost* perfectly portable, this interface *almost*
doesn't have to exist. In practice, it's small.
*/
@@ -60,14 +60,14 @@ namespace Alan3 {
#define glkunix_arg_NumberValue (4)
struct glkunix_argumentlist_t {
- const char *name;
- int argtype;
+ const char *name;
+ int argtype;
const char *desc;
};
struct glkunix_startup_t {
- int argc;
- char **argv;
+ int argc;
+ char **argv;
};
/* The list of command-line arguments; this should be defined in your code. */