From 23516ef9bd2851dc65a592a7b6bfbf279662a453 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 17 Sep 2019 00:40:02 +0200 Subject: JANITORIAL: Fix whitespaces --- engines/glk/alan2/exe.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/glk/alan2/exe.cpp') 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; -- cgit v1.2.3