2020-04-30 20:46:51 (UTC-03:00)
Marcel Rodrigues <marcelgmr@gmail.com>
code formatting
diff --git a/isv.c b/isv.c index f17ac88..4d9ddf4 100644 --- a/isv.c +++ b/isv.c @@ -80,7 +80,6 @@ show_header() printf("%*s active run log uptime\n", name_col_width, "name"); } - void format_uptime(unsigned long *value, char *suffix) { @@ -98,6 +97,7 @@ format_uptime(unsigned long *value, char *suffix) *suffix = 'd'; } } + void show_service(struct service *service) {