[Scummvm-git-logs] scummvm master -> 23516ef9bd2851dc65a592a7b6bfbf279662a453

sev- sev at scummvm.org
Tue Sep 17 00:40:32 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
23516ef9bd JANITORIAL: Fix whitespaces


Commit: 23516ef9bd2851dc65a592a7b6bfbf279662a453
    https://github.com/scummvm/scummvm/commit/23516ef9bd2851dc65a592a7b6bfbf279662a453
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-17T00:40:02+02:00

Commit Message:
JANITORIAL: Fix whitespaces

Changed paths:
    engines/glk/alan2/exe.cpp


diff --git a/engines/glk/alan2/exe.cpp b/engines/glk/alan2/exe.cpp
index 1abe603..38f1c48 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;
 





More information about the Scummvm-git-logs mailing list