Skip to content

Commit

Permalink
Fix formatting in utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed May 27, 2024
1 parent 159ceaa commit b2df122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ setup_signal_handler_info (int, void (*) (int, siginfo_t *, void *), int);
int
fork_with_handlers ();

void wait_for_pid (pid_t, const char*);
void
wait_for_pid (pid_t, const char *);

#endif /* not _GVMD_UTILS_H */

0 comments on commit b2df122

Please sign in to comment.