瀏覽代碼

detab,remove warning

richarddobson 2 年之前
父節點
當前提交
cc543149b0
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      dev/externals/mctools/copysf.c

+ 3 - 3
dev/externals/mctools/copysf.c

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1983-2013 Richard Dobson and Composers Desktop Project Ltd
+ * Copyright (c) 1983-2023 Richard Dobson and Composers Desktop Project Ltd
  * http://people.bath.ac.uk/masrwd
  * http://people.bath.ac.uk/masrwd
  * http://www.composersdesktop.com
  * http://www.composersdesktop.com
  * This file is part of the CDP System.
  * This file is part of the CDP System.
@@ -521,9 +521,9 @@ main(int argc, char *argv[])
 			free(peaks);				
 			free(peaks);				
 		exit(1);
 		exit(1);
 	}
 	}
-    if(do_dither)
+    if(do_dither){
         psf_sndSetDither(ofd,PSF_DITHER_TPDF);
         psf_sndSetDither(ofd,PSF_DITHER_TPDF);
-
+    }
 	if(force_wave){
 	if(force_wave){
 		if(outprops.format==PSF_WAVE_EX){
 		if(outprops.format==PSF_WAVE_EX){
 			if(outformat > PSF_WAVE_EX)
 			if(outformat > PSF_WAVE_EX)