aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/decode.h
diff options
context:
space:
mode:
authorFilippos Karapetis2018-12-27 16:22:21 +0200
committerFilippos Karapetis2018-12-28 13:41:39 +0200
commitd96f9428b396be5342bfb0bdfe38a810a22e22fd (patch)
treedda487b50f293ed7978d9651efeea543af035a9a /engines/glk/alan2/decode.h
parentc6d6f8de0a0347932cd6fd1ec8ef5e12ce5e9de9 (diff)
downloadscummvm-rg350-d96f9428b396be5342bfb0bdfe38a810a22e22fd.tar.gz
scummvm-rg350-d96f9428b396be5342bfb0bdfe38a810a22e22fd.tar.bz2
scummvm-rg350-d96f9428b396be5342bfb0bdfe38a810a22e22fd.zip
GLK: ALAN2: Formatting fixes
Diffstat (limited to 'engines/glk/alan2/decode.h')
-rw-r--r--engines/glk/alan2/decode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/glk/alan2/decode.h b/engines/glk/alan2/decode.h
index fff6819878..1361badfa1 100644
--- a/engines/glk/alan2/decode.h
+++ b/engines/glk/alan2/decode.h
@@ -40,8 +40,7 @@ typedef struct DecodeInfo {
CodeValue low;
} DecodeInfo;
-class Decode
-{
+class Decode {
public:
Decode(Common::File *txtFile, Aword *freq): _txtFile(txtFile), _freq(freq) {}
void startDecoding();