mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
html: gofmt -w -s
Change-Id: I2da52ff2afbf0417dbe6c08105fafeb168e936ee Reviewed-on: https://go-review.googlesource.com/c/net/+/169358 Run-TryBot: Mikio Hara <mikioh.public.networking@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
@@ -1298,7 +1298,7 @@ func (p *parser) inBodyEndTagOther(tagAtom a.Atom, tagName string) {
|
||||
//
|
||||
// The if condition here is equivalent to (p.oe[i].Data == tagName).
|
||||
if (p.oe[i].DataAtom == tagAtom) &&
|
||||
((tagAtom != 0) || (p.oe[i].Data == tagName)) {
|
||||
((tagAtom != 0) || (p.oe[i].Data == tagName)) {
|
||||
p.oe = p.oe[:i]
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user