diff options
author | Eugene Sandulenko | 2019-09-17 00:40:02 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-17 00:40:02 +0200 |
commit | 23516ef9bd2851dc65a592a7b6bfbf279662a453 (patch) | |
tree | dff7bcab28a6af0c226470c50f64f2c18fea0e3b /engines | |
parent | 7d96b82d4e316c62d757d2cf6339ceeb42ab7ff9 (diff) | |
download | scummvm-rg350-23516ef9bd2851dc65a592a7b6bfbf279662a453.tar.gz scummvm-rg350-23516ef9bd2851dc65a592a7b6bfbf279662a453.tar.bz2 scummvm-rg350-23516ef9bd2851dc65a592a7b6bfbf279662a453.zip |
JANITORIAL: Fix whitespaces
Diffstat (limited to 'engines')
-rw-r--r-- | engines/glk/alan2/exe.cpp | 6 |
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; |