sync: resync vendor folder

This commit is contained in:
Kubernetes Publisher
2017-05-04 20:28:52 +00:00
parent 69da22a50f
commit d2e281defd
21 changed files with 299 additions and 337 deletions

View File

@@ -154,7 +154,7 @@ func (w *textWriter) indent() { w.ind++ }
func (w *textWriter) unindent() {
if w.ind == 0 {
log.Print("proto: textWriter unindented too far")
log.Printf("proto: textWriter unindented too far")
return
}
w.ind--