瀏覽代碼

Fix a wide line I introduced

Nick Mathewson 11 年之前
父節點
當前提交
ce147d33f5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/or/config.c

+ 2 - 2
src/or/config.c

@@ -4892,8 +4892,8 @@ parse_transport_line(const or_options_t *options,
     /* external */
 
     /* ClientTransportPlugins connecting through a proxy is managed only. */
-    if (!server &&
-        (options->Socks4Proxy || options->Socks5Proxy || options->HTTPSProxy)) {
+    if (!server && (options->Socks4Proxy || options->Socks5Proxy ||
+                    options->HTTPSProxy)) {
       log_warn(LD_CONFIG, "You have configured an external proxy with another "
                           "proxy type. (Socks4Proxy|Socks5Proxy|HTTPSProxy)");
       goto err;