opencl.c: fix minor style issue
commit4eaab24c773bf05a8b32ff21a024d19054f1ab57
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 3 Feb 2016 09:58:57 +0000 (3 10:58 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Feb 2016 09:36:29 +0000 (15 10:36 +0100)
tree4c1981d3abba041c91443c72134457a83aea6922
parentfcfca7f5e6c204af82cf31da3337a1481dd327dd
opencl.c: fix minor style issue

The body of an if should have braces if the body of the corresponding
else has braces.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
opencl.c