From 59c054938a7fd2036badbecfbb3b72ad55b0e820 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Tue, 19 Oct 2010 22:34:26 +0000 Subject: LASTEXPRESS: Fix some space formatting. svn-id: r53629 --- engines/lastexpress/entities/cooks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lastexpress/entities/cooks.h') diff --git a/engines/lastexpress/entities/cooks.h b/engines/lastexpress/entities/cooks.h index 2904d2c66b..fc3a0cb78c 100644 --- a/engines/lastexpress/entities/cooks.h +++ b/engines/lastexpress/entities/cooks.h @@ -43,14 +43,14 @@ public: * * @param sequence The sequence to draw */ - DECLARE_FUNCTION_1(draw, const char* sequence) + DECLARE_FUNCTION_1(draw, const char *sequence) /** * Plays sound * * @param filename The sound filename */ - DECLARE_FUNCTION_1(playSound, const char* filename) + DECLARE_FUNCTION_1(playSound, const char *filename) DECLARE_FUNCTION(function3) -- cgit v1.2.3