Jim Bankoski
3e04114f3d
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
2016-07-18 06:54:50 -07:00
..
2011-06-17 14:04:53 -07:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2011-06-17 14:04:53 -07:00
2011-10-18 12:06:50 -04:00
2015-04-28 20:00:59 -07:00
2011-12-15 14:23:41 -05:00
2013-05-22 01:50:58 +03:00
2016-07-18 06:54:50 -07:00
2011-10-18 12:06:50 -04:00
2011-11-25 09:24:04 +02:00
2011-07-12 12:14:51 +03:00
2011-07-12 12:14:51 +03:00
2011-06-28 16:34:10 -07:00