From 9dec0adcdc20e0a31594f9971a0c828255a36874 Mon Sep 17 00:00:00 2001 From: richiesams Date: Mon, 5 Aug 2013 11:49:47 -0500 Subject: ZVISION: Conform to gcc template spacing requirements --- engines/zvision/puzzle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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 criteriaList; // This has to be list of pointers because ResultAction is abstract - Common::List> resultActions; + Common::List > resultActions; uint flags; // Used by the ScriptManager to allow unique-ification of _referenceTable -- cgit v1.2.3