changeset 30:ca0e00facb7b

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Sep 2012 07:41:26 +0300
parents e9f562f07cb0
children 7ad2c6b57932
files jssplr.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/jssplr.c	Sat Sep 29 07:19:53 2012 +0300
+++ b/jssplr.c	Sat Sep 29 07:41:26 2012 +0300
@@ -981,7 +981,8 @@
             break;
 
         case '9':        // 9xx = Set Sample Offset : IMPL.VERIFIED
-            if (mp->iCNewDataFlags[channel] & cdfNewPitch) {
+            if (mp->iCNewDataFlags[channel] & cdfNewPitch)
+            {
                 mp->iCPosition[channel] = param * 0x100;
                 JMPSETNDFLAGS(cdfNewPos);
             }