• Jim Bankoski's avatar
    prepend ++ instead of post in for loops. · 3e04114f
    Jim Bankoski authored
    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
    3e04114f