Просмотр исходного кода

Replaced some tabs with spaces.

grunfink 4 месяцев назад
Родитель
Сommit
94b1513590
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      webfinger.c

+ 2 - 2
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 */