浏览代码

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)

正在加载...
取消
保存