Format source code
It appears we have failed to run `make format` in the last few commits. Doing it now. We should really add it to CI
This commit is contained in:
@@ -62,8 +62,7 @@ typedef void (*NethogsMonitorCallback)(int action,
|
||||
*/
|
||||
|
||||
NETHOGS_DSO_VISIBLE int nethogsmonitor_loop(NethogsMonitorCallback cb,
|
||||
char *filter,
|
||||
int to_ms);
|
||||
char *filter, int to_ms);
|
||||
|
||||
/**
|
||||
* @brief Enter the process monitoring loop and reports updates using the
|
||||
@@ -87,8 +86,7 @@ NETHOGS_DSO_VISIBLE int nethogsmonitor_loop(NethogsMonitorCallback cb,
|
||||
NETHOGS_DSO_VISIBLE int nethogsmonitor_loop_devices(NethogsMonitorCallback cb,
|
||||
char *filter, int devc,
|
||||
char **devicenames,
|
||||
bool all,
|
||||
int to_ms);
|
||||
bool all, int to_ms);
|
||||
|
||||
/**
|
||||
* @brief Makes the call to nethogsmonitor_loop return.
|
||||
|
||||
Reference in New Issue
Block a user