Replaced most of the instances of "s = s +" with "s +=".
authorRoman Donchenko <roman.donchenko@itseez.com>
Fri, 22 Nov 2013 12:55:30 +0000 (16:55 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Fri, 22 Nov 2013 13:59:56 +0000 (17:59 +0400)
commitdd817857b41eda7644c199fbd8589ff95c741c71
treedc03497f8ab0d0617313d4795216a1355291361e
parentfc49d33c8d17dd6c5e3de6f23024d1d4fa98e920
Replaced most of the instances of "s = s +" with "s +=".

This resynchronizes master code with 2.4. I say "most", because I might
have missed some due to different spacing; I'll deal with those
instances later if I find them.
modules/ocl/src/arithm.cpp
modules/ocl/src/cl_operations.cpp
modules/ocl/src/cl_programcache.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/mcwutil.cpp
modules/ocl/src/split_merge.cpp