Applied comments

This commit is contained in:
Wojciech Tyczynski 2015-02-19 08:01:16 +01:00
parent 25c8f07c67
commit 702ad7732f

View File

@ -1399,7 +1399,7 @@ func (kl *Kubelet) syncLoop(updates <-chan PodUpdate, handler SyncHandler) {
}
// If we already caught some update, try to wait for some short time
// to possibly batch it with other incoming updates.
for ; unsyncedPod; {
for unsyncedPod {
select {
case u := <-updates:
kl.updatePods(u)