Line Space OCD;

This commit is contained in:
lwvmobile 2023-03-09 18:40:36 -05:00
parent 3181e58b19
commit f2f29f2287
1 changed files with 2 additions and 2 deletions

View File

@ -1375,7 +1375,7 @@ void process_MAC_VPDU(dsd_opts * opts, dsd_state * state, int type, unsigned lon
fprintf (stderr, " Priority %d", svc & 0x7); //call priority
}
fprintf (stderr, "Group Voice");
fprintf (stderr, " Group Voice");
sprintf (state->call_string[slot], " Group ");
if (svc & 0x80) strcat (state->call_string[slot], " Emergency ");
@ -1414,7 +1414,7 @@ void process_MAC_VPDU(dsd_opts * opts, dsd_state * state, int type, unsigned lon
fprintf (stderr, " Priority %d", svc & 0x7); //call priority
}
fprintf (stderr, "Unit to Unit Voice");
fprintf (stderr, " Unit to Unit Voice");
sprintf (state->call_string[slot], " Private ");
if (svc & 0x80) strcat (state->call_string[slot], " Emergency ");