Skip to content

Commit

Permalink
Silence "misleading-indentation" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rofafor committed Mar 14, 2018
1 parent d333bce commit c07d921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions param.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ cString GetTransponderUrlParameters(const cChannel *channelP)
if ((channelP->Rid() % 100) > 0)
q += snprintf(q, STBUFLEFT, "&fe=%d", channelP->Rid() % 100);
ST(" S *") q += snprintf(q, STBUFLEFT, "src=%d&", ((src > 0) && (src <= 255)) ? src : 1);
if (freq >= 0L)
q += snprintf(q, STBUFLEFT, "freq=%s", *dtoa(freq, "%lg"));
ST(" S *") q += snprintf(q, STBUFLEFT, "&pol=%c", tolower(dtp.Polarization()));
ST(" S *") q += PrintUrlString(q, STBUFLEFT, dtp.RollOff(), SatipRollOffValues);
Expand Down

0 comments on commit c07d921

Please sign in to comment.