Code style: fix misaligned and trailing whitespaces

This commit is contained in:
Albert Safin
2020-02-21 02:06:48 +00:00
parent 854885ea9d
commit d3976fee8c
6 changed files with 10 additions and 10 deletions

View File

@ -145,9 +145,9 @@ void ipc_send_barconfig_update_event(Barconfig *barconfig);
void ipc_send_binding_event(const char *event_type, Binding *bind);
/**
* Set the maximum duration that we allow for a connection with an unwriteable
* socket.
*/
* Set the maximum duration that we allow for a connection with an unwriteable
* socket.
*/
void ipc_set_kill_timeout(ev_tstamp new);
/**