[tor-bugs] #32513 [Core Tor/Tor]: Remore extra whitespace in the lines_eq() if statement in consdiff_gen_diff()

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Nov 15 19:57:08 UTC 2019


#32513: Remore extra whitespace in the lines_eq() if statement in
consdiff_gen_diff()
------------------------------+----------------------
     Reporter:  neel          |      Owner:  neel
         Type:  defect        |     Status:  assigned
     Priority:  Medium        |  Milestone:
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:  easy
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+----------------------
 This `if` statement:

 {{{
       if (! lines_eq(line1, line2) ) {
 }}}

 should be:

 {{{
       if (!lines_eq(line1, line2)) {
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32513>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list