fix alternate spaces

This commit is contained in:
Jakob Ketterl 2019-09-03 23:38:27 +02:00
parent aac618bfee
commit 942ee637b0

View File

@ -435,12 +435,12 @@ function demodulator_default_analog(offset_frequency,subtype)
this.low_cut=-4000; this.low_cut=-4000;
this.high_cut=4000; this.high_cut=4000;
} }
else if(subtype=="dmr" || subtype=="ysf") else if(subtype=="dmr" || subtype=="ysf")
{ {
this.low_cut=-4000; this.low_cut=-4000;
this.high_cut=4000; this.high_cut=4000;
} }
else if(subtype=="dstar" || subtype=="nxdn") else if(subtype=="dstar" || subtype=="nxdn")
{ {
this.low_cut=-3250; this.low_cut=-3250;
this.high_cut=3250; this.high_cut=3250;