From 94b15135905928766e44f8a405de60919e9d0f2d Mon Sep 17 00:00:00 2001 From: grunfink Date: Fri, 20 Mar 2026 16:21:04 +0100 Subject: Replaced some tabs with spaces. --- webfinger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webfinger.c b/webfinger.c index 921a848..4d760d3 100644 --- a/webfinger.c +++ b/webfinger.c @@ -183,8 +183,8 @@ int webfinger_get_handler(const xs_dict *req, const char *q_path, } else { - xs *an = xs_fmt("%s", resource); - xs *l = NULL; + xs *an = xs_fmt("%s", resource); + xs *l = NULL; if (xs_startswith(resource, "acct:")) { /* it's an account name */ -- cgit