From 921f602ab8631a9d10e0a173b6b331dbafda564a Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Wed, 15 Feb 2012 00:06:13 -0600 Subject: JANITORIAL: Fix whitespace in pointer template arg --- audio/softsynth/mt32/Part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/softsynth') diff --git a/audio/softsynth/mt32/Part.h b/audio/softsynth/mt32/Part.h index befb05c532..5c59c6d61f 100644 --- a/audio/softsynth/mt32/Part.h +++ b/audio/softsynth/mt32/Part.h @@ -37,8 +37,8 @@ private: unsigned int activePartialCount; PatchCache patchCache[4]; - Common::List freePolys; - Common::List activePolys; + Common::List freePolys; + Common::List activePolys; void setPatch(const PatchParam *patch); unsigned int midiKeyToKey(unsigned int midiKey); -- cgit v1.2.3