Skip to content
  • John Koleszar's avatar
    replace while(0) construct with if/else · fb220d25
    John Koleszar authored
    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
    fb220d25