diff options
author | richiesams | 2013-08-05 11:49:47 -0500 |
---|---|---|
committer | richiesams | 2013-08-05 11:49:47 -0500 |
commit | 9dec0adcdc20e0a31594f9971a0c828255a36874 (patch) | |
tree | 8b9b5720090a19440333242b5acd5a7834b2d29a | |
parent | 3f5cf500498970d2a8f71a9604db31ba00bb262e (diff) | |
download | scummvm-rg350-9dec0adcdc20e0a31594f9971a0c828255a36874.tar.gz scummvm-rg350-9dec0adcdc20e0a31594f9971a0c828255a36874.tar.bz2 scummvm-rg350-9dec0adcdc20e0a31594f9971a0c828255a36874.zip |
ZVISION: Conform to gcc template spacing requirements
-rw-r--r-- | engines/zvision/puzzle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/puzzle.h b/engines/zvision/puzzle.h index 5e060c009a..18dfcb821c 100644 --- a/engines/zvision/puzzle.h +++ b/engines/zvision/puzzle.h @@ -64,7 +64,7 @@ struct Puzzle { uint32 key; Common::List<Criteria> criteriaList; // This has to be list of pointers because ResultAction is abstract - Common::List<Common::SharedPtr<ResultAction>> resultActions; + Common::List<Common::SharedPtr<ResultAction> > resultActions; uint flags; // Used by the ScriptManager to allow unique-ification of _referenceTable |