Skip to content

Commit

Permalink
Update styling, remove unnecessary brackets
Browse files Browse the repository at this point in the history
Co-authored-by: Foivos <[email protected]>
  • Loading branch information
PaulWalther and zakkak authored Oct 18, 2024
1 parent 66a6f4b commit e6c9618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turnin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ void checkdue() {
fprintf(stderr, "******************************************\n");
(void)fclose(fd);
}
if ((penalty > 0)&& (showpenalty)) {
if ((penalty > 0) && showpenalty) {
fprintf(stderr, "\n*** This turn in will get %d%% penalty, due to late turn in, on the final grade ***\n", penalty);
}
wanttocontinue();
Expand Down

0 comments on commit e6c9618

Please sign in to comment.