ref: 3e04114f3d6d1bc746a376f375dc18c5a941e5aa
parent: 106a8a153650e5993bff62c4030758a35b54c348
author: Jim Bankoski <jimbankoski@google.com>
date: Mon Jul 18 02:54:50 EDT 2016
prepend ++ instead of post in for loops. Applied the following regex : search for: (for.*\(.*;.*;) ([a-zA-Z_]*)\+\+\) replace with: \1 ++\2) This misses some for loops: ie : for (mb_col = 0; mb_col < oci->mb_cols; mb_col++, mi++) Change-Id: Icf5f6fb93cced0992e0bb71d2241780f7fb1f0a8