[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-bugs] #34236 [Core Tor/Tor]: Fix spacing in if statement in port_parse_config()



#34236: Fix spacing in if statement in port_parse_config()
------------------------------+----------------------
     Reporter:  neel          |      Owner:  neel
         Type:  enhancement   |     Status:  assigned
     Priority:  Medium        |  Milestone:
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:  easy
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+----------------------
 This line in `port_parse_config()`:

 {{{
     if ( has_used_unix_socket_only_option && ! unix_socket_path) {
 }}}

 should be:

 {{{
     if (has_used_unix_socket_only_option && !unix_socket_path) {
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/34236>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs