vendor: Update everything
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4620
This commit is contained in:
20
vendor/github.com/gogo/protobuf/test/moredefaults/md.pb.go
generated
vendored
20
vendor/github.com/gogo/protobuf/test/moredefaults/md.pb.go
generated
vendored
@@ -114,10 +114,7 @@ func init() {
|
||||
}
|
||||
func (this *MoreDefaultsB) Equal(that interface{}) bool {
|
||||
if that == nil {
|
||||
if this == nil {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return this == nil
|
||||
}
|
||||
|
||||
that1, ok := that.(*MoreDefaultsB)
|
||||
@@ -130,10 +127,7 @@ func (this *MoreDefaultsB) Equal(that interface{}) bool {
|
||||
}
|
||||
}
|
||||
if that1 == nil {
|
||||
if this == nil {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return this == nil
|
||||
} else if this == nil {
|
||||
return false
|
||||
}
|
||||
@@ -153,10 +147,7 @@ func (this *MoreDefaultsB) Equal(that interface{}) bool {
|
||||
}
|
||||
func (this *MoreDefaultsA) Equal(that interface{}) bool {
|
||||
if that == nil {
|
||||
if this == nil {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return this == nil
|
||||
}
|
||||
|
||||
that1, ok := that.(*MoreDefaultsA)
|
||||
@@ -169,10 +160,7 @@ func (this *MoreDefaultsA) Equal(that interface{}) bool {
|
||||
}
|
||||
}
|
||||
if that1 == nil {
|
||||
if this == nil {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return this == nil
|
||||
} else if this == nil {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user