[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #32513 [Core Tor/Tor]: Remore extra whitespace in the lines_eq() if statement in consdiff_gen_diff()
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs