Skip to content

Commit

Permalink
mxqsub: Remove a stray space character from output
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 27, 2024
1 parent e341309 commit b5411e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ int main(int argc, char *argv[])
return 1;
}

printf("mxq_group_id=%" PRIu64 " \n", group.group_id);
printf("mxq_group_id=%" PRIu64 "\n", group.group_id);
printf("mxq_group_name=%s\n", group.group_name);
printf("mxq_job_id=%" PRIu64 "\n", job.job_id);

Expand Down

0 comments on commit b5411e7

Please sign in to comment.