fix 'no newline at end of file' warnings

This commit is contained in:
Stephen Swaney 2005-04-30 23:29:10 +00:00
parent a21fd1571b
commit a6bb0b7f79
2 changed files with 1 additions and 2 deletions

@ -100,4 +100,4 @@ void boundbox_deps(void);
void draw_all_deps(void);
#endif
#endif

@ -126,4 +126,3 @@ void graph_print_adj_list(void);
int build_deps(short mask);
#endif