From d53c75fc8f816a150db1e160b29f25b8ba6df25c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 27 Feb 2009 12:59:02 +0000 Subject: Fix code formatting svn-id: r38930 --- engines/sci/sfx/softseq/opl2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sci/sfx/softseq/opl2.cpp') diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp index fa1fc54a0e..cd6db5f03c 100644 --- a/engines/sci/sfx/softseq/opl2.cpp +++ b/engines/sci/sfx/softseq/opl2.cpp @@ -170,8 +170,7 @@ static inline int opl_write(int a, int v) { } /* -static inline uint8 opl_read (int a) -{ +static inline uint8 opl_read (int a) { OPLWrite (ym3812_L, 0x388, a); return OPLRead (ym3812_L, 0x389); } -- cgit v1.2.3