[gegl] Whitespace related diffs in regenerated files
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Whitespace related diffs in regenerated files
- Date: Tue, 22 Oct 2013 08:48:30 +0000 (UTC)
commit c6de93570853e43b8753c2d191edb85096ee5a37
Author: Daniel Sabo <DanielSabo gmail com>
Date: Tue Oct 22 01:47:27 2013 -0700
Whitespace related diffs in regenerated files
opencl/edge-laplace.cl.h | 3 ---
opencl/opacity.cl.h | 1 -
opencl/value-invert.cl.h | 1 -
3 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/opencl/edge-laplace.cl.h b/opencl/edge-laplace.cl.h
index 5aa630a..eaba4b4 100644
--- a/opencl/edge-laplace.cl.h
+++ b/opencl/edge-laplace.cl.h
@@ -87,7 +87,6 @@ static const char* edge_laplace_cl_source =
" cur_pix = get_pix(in, i + 1, j + 1, src_width); \n"
" float pix_br[4] = {cur_pix.x, cur_pix.y, cur_pix.z, cur_pix.w}; \n"
" \n"
-" \n"
" int c; \n"
" float minval, maxval; \n"
" float gradient[4]; \n"
@@ -106,10 +105,8 @@ static const char* edge_laplace_cl_source =
" } \n"
" gradient[3] = pix_mm[3]; \n"
" \n"
-" \n"
" out[gidx + gidy * get_global_size(0)] = (float4) \n"
" (gradient[0], gradient[1], gradient[2], gradient[3]); \n"
-" \n"
"} \n"
" \n"
"kernel void knl_edgelaplace (global float4 *in, \n"
diff --git a/opencl/opacity.cl.h b/opencl/opacity.cl.h
index 06d1560..f07a21c 100644
--- a/opencl/opacity.cl.h
+++ b/opencl/opacity.cl.h
@@ -22,5 +22,4 @@ static const char* opacity_cl_source =
" float4 out_v = (float4)(in_v.x, in_v.y, in_v.z, in_v.w * aux_v * value); \n"
" out[gid] = out_v; \n"
"} \n"
-" \n"
;
diff --git a/opencl/value-invert.cl.h b/opencl/value-invert.cl.h
index b9c7b2d..637178b 100644
--- a/opencl/value-invert.cl.h
+++ b/opencl/value-invert.cl.h
@@ -28,5 +28,4 @@ static const char* value_invert_cl_source =
" out_v.w = in_v.w; \n"
" out[gid] = out_v; \n"
"} \n"
-" \n"
;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]