aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/exe.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-09-17 00:40:02 +0200
committerEugene Sandulenko2019-09-17 00:40:02 +0200
commit23516ef9bd2851dc65a592a7b6bfbf279662a453 (patch)
treedff7bcab28a6af0c226470c50f64f2c18fea0e3b /engines/glk/alan2/exe.cpp
parent7d96b82d4e316c62d757d2cf6339ceeb42ab7ff9 (diff)
downloadscummvm-rg350-23516ef9bd2851dc65a592a7b6bfbf279662a453.tar.gz
scummvm-rg350-23516ef9bd2851dc65a592a7b6bfbf279662a453.tar.bz2
scummvm-rg350-23516ef9bd2851dc65a592a7b6bfbf279662a453.zip
JANITORIAL: Fix whitespaces
Diffstat (limited to 'engines/glk/alan2/exe.cpp')
-rw-r--r--engines/glk/alan2/exe.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/alan2/exe.cpp b/engines/glk/alan2/exe.cpp
index 1abe60355e..38f1c489a6 100644
--- a/engines/glk/alan2/exe.cpp
+++ b/engines/glk/alan2/exe.cpp
@@ -266,9 +266,9 @@ static Aptr getatr(
*/
static void setatr(
- Aaddr atradr, /* IN - ACODE address to attribute table */
- Aword atr, /* IN - attribute code */
- Aword val /* IN - new value */
+ Aaddr atradr, /* IN - ACODE address to attribute table */
+ Aword atr, /* IN - attribute code */
+ Aword val /* IN - new value */
) {
AtrElem *at;