aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/term.cpp
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/term.cpp
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/term.cpp')
-rw-r--r--engines/glk/alan2/term.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/alan2/term.cpp b/engines/glk/alan2/term.cpp
index c758efe434..df3a245d18 100644
--- a/engines/glk/alan2/term.cpp
+++ b/engines/glk/alan2/term.cpp
@@ -35,8 +35,8 @@ namespace Alan2 {
*/
void getPageSize() {
- paglen = 0;
- pagwidth = 0;
+ paglen = 0;
+ pagwidth = 0;
}
} // End of namespace Alan2