Skip to content

Commit

Permalink
Merge pull request sysprog21#166 from visitorckw/enforce-newline
Browse files Browse the repository at this point in the history
Enforce newline at the end of files
  • Loading branch information
jserv authored Mar 6, 2024
2 parents dd6a761 + 5d1b7f1 commit 5dcb1bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion console.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,4 +674,4 @@ bool run_console(char *infile_name)
}

return err_cnt == 0;
}
}
2 changes: 1 addition & 1 deletion linenoise.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,4 +1383,4 @@ int line_history_load(const char *filename)
}
fclose(fp);
return 0;
}
}
2 changes: 1 addition & 1 deletion linenoise.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ void line_mask_mode_disable(void);
}
#endif

#endif /* __LINENOISE_H */
#endif /* __LINENOISE_H */
2 changes: 1 addition & 1 deletion web.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ int web_eventmux(char *buf)

FD_CLR(STDIN_FILENO, &listenset);
return 0;
}
}
2 changes: 1 addition & 1 deletion web.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ void web_send(int out_fd, char *buffer);

int web_eventmux(char *buf);

#endif
#endif

0 comments on commit 5dcb1bd

Please sign in to comment.