ソースを参照

Whitespace fix

tags/1.2
Timo Röhling 10年前
コミット
70878f964c
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      postsrsd.c

+ 1
- 1
postsrsd.c ファイルの表示

@@ -191,7 +191,7 @@ static void handle_reverse (srs_t *srs, FILE *fp, const char *address, const cha
191 191
   if (result == SRS_SUCCESS) {
192 192
     output = url_encode(outputbuf, sizeof(outputbuf), value);
193 193
     fprintf (fp, "200 %s\n", output);
194
-    syslog (LOG_MAIL | LOG_INFO, "srs_reverse: <%s> rewritten as <%s>", address, value); 
194
+    syslog (LOG_MAIL | LOG_INFO, "srs_reverse: <%s> rewritten as <%s>", address, value);
195 195
   } else {
196 196
     fprintf (fp, "500 %s\n", srs_strerror(result));
197 197
     if (result != SRS_ENOTREWRITTEN && result != SRS_ENOTSRSADDRESS)

読み込み中…
キャンセル
保存