From ac69aa137e360340fe9f148f019d93af6c3d8336 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Mon, 3 Jul 2017 17:39:37 +0100 Subject: COMPMID-418 Add check and fix comments after preprocessor conditions Change-Id: I1353fd652ee180e3931e58b4ce13d651a48c7e2c Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79567 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- src/core/CL/cl_kernels/convolution3x3.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/CL/cl_kernels/convolution3x3.cl') diff --git a/src/core/CL/cl_kernels/convolution3x3.cl b/src/core/CL/cl_kernels/convolution3x3.cl index 3733d0c733..8c75ecddb2 100644 --- a/src/core/CL/cl_kernels/convolution3x3.cl +++ b/src/core/CL/cl_kernels/convolution3x3.cl @@ -25,11 +25,11 @@ #ifndef DATA_TYPE #define DATA_TYPE short -#endif +#endif /* DATA_TYPE */ #ifndef DATA_TYPE_OUT #define DATA_TYPE_OUT uchar -#endif +#endif /* DATA_TYPE_OUT */ /** Compute a 1D horizontal convolution of size 3 for 8 bytes assuming the input is made of 1 channel of 1 byte (i.e 8 pixels). * -- cgit v1.2.1