changeset 5:79cf5b468a5b default tip

Minor source code cleanup.
author Brian Smith <brian@dbsoft.org>
date Thu, 24 Nov 2011 04:54:46 -0600
parents 6fe75337b896
children
files nuclear.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/nuclear.c	Thu Nov 24 04:28:49 2011 -0600
+++ b/nuclear.c	Thu Nov 24 04:54:46 2011 -0600
@@ -1263,9 +1263,9 @@
 	memcpy(&plug, initdata, sizeof( VISPLUGININIT));
 	decoderPlayingSamples = initdata->procs->output_playing_samples;
 	decoderPlaying        = initdata->procs->decoder_playing;
-    /* These are supposedly deprecated but seem to still be exported */
-    specana_init          = initdata->procs->unused1;
-    specana_dobands       = initdata->procs->unused2;
+	/* These are supposedly deprecated but seem to still be exported */
+	specana_init          = initdata->procs->unused1;
+	specana_dobands       = initdata->procs->unused2;
 
 	cx = initdata->cx;
 	cy = initdata->cy;