From 6171e74111f93e1948672f9bfb3ee38d447fb2d1 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 3 Aug 2024 09:09:35 +0000 Subject: fmt --- gmid.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gmid.c b/gmid.c index 23cedcb..91d796c 100644 --- a/gmid.c +++ b/gmid.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2021, 2022, 2023 Omar Polo + * Copyright (c) 2020-2024 Omar Polo * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -111,8 +111,10 @@ log_request(struct client *c, int code, const char *meta) strlcpy(b, c->iri.schema, sizeof(b)); strlcat(b, "://", sizeof(b)); - /* log the decoded host name, but if it was invalid - * use the raw one. */ + /* + * log the decoded host name, but if it was invalid + * use the raw one. + */ if (*c->domain != '\0') strlcat(b, c->domain, sizeof(b)); else -- cgit v1.2.3