You can also use `continue` to simplify this loop and reduce the indentation <http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code>. -- Sean Silva