diff options
| author | grunfink <grunfink@comam.es> | 2026-03-20 16:21:04 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-03-20 16:21:04 +0100 |
| commit | 94b15135905928766e44f8a405de60919e9d0f2d (patch) | |
| tree | 75322a736502f720ec8fe34407990772e7c0e785 | |
| parent | 373acdc002c19afedd7d53c578c87db7769c4b7a (diff) | |
Replaced some tabs with spaces.
| -rw-r--r-- | webfinger.c | 4 |
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 */ |