aboutsummaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-03-20 16:21:04 +0100
committergrunfink <grunfink@comam.es>2026-03-20 16:21:04 +0100
commit94b15135905928766e44f8a405de60919e9d0f2d (patch)
tree75322a736502f720ec8fe34407990772e7c0e785 /webfinger.c
parent373acdc002c19afedd7d53c578c87db7769c4b7a (diff)
Replaced some tabs with spaces.
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c4
1 files 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 */