From edc52497726139498bb68e3b3334a792b3602ede Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Fri, 10 Feb 2012 21:14:48 -0600 Subject: JANITORIAL: Fix template definition whitespace --- engines/hugo/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo') diff --git a/engines/hugo/object.h b/engines/hugo/object.h index c0933729eb..84c20db041 100644 --- a/engines/hugo/object.h +++ b/engines/hugo/object.h @@ -117,7 +117,7 @@ protected: void restoreSeq(object_t *obj); inline bool checkBoundary(int16 x, int16 y); - template + template inline int sign(T a) { if ( a < 0) return -1; else return 1; } }; -- cgit v1.2.3