Skip to content

Commit b958e2c

Browse files
author
Stewart Henderson
authored
Minor formatting issue between functions
1 parent 5cb500b commit b958e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

case_study_1.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ int major(MyCoolStruct *input, int param1, int param2, int param3) {
3939
/* Our code */
4040

4141
void print_success() {
42-
printf("Much success.\n");
42+
printf("Much success.\n");
4343
}
4444

4545
void print_error(int err) {

0 commit comments

Comments
 (0)