patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / m68k / atari / atasound.c
index d3a60be..ee04250 100644 (file)
@@ -70,7 +70,7 @@ void atari_mksound (unsigned int hz, unsigned int ticks)
        if (hz) {
            /* Convert from frequency value to PSG period value (base
               frequency 125 kHz).  */
-               
+
            period = PSG_FREQ / hz;
 
            if (period > 0xfff) period = 0xfff;