replace while(0) construct with if/else
authorJohn Koleszar <jkoleszar@google.com>
Thu, 10 Jun 2010 12:56:31 +0000 (08:56 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 11 Jun 2010 00:15:21 +0000 (20:15 -0400)
commitfb220d257b3179b6c7e9c04c82003a1b6c1d7c29
treea69552a39d8d6ef9b40b79ac077f885dfacddd86
parent05c6eca4db7f2abec32c9ce0fc325d9a0b933fb7
replace while(0) construct with if/else

No good reason to be tricky here. I don't know why 'break' occurred to me
as the natrual replacement for the 'return', but an if/else block is
definitely clearer.

Change-Id: I08a336307afeb0dc7efa494b37398f239f66c2cf
vp8/decoder/decodframe.c