aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/GLES_COMPUTE/IGCKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/GLES_COMPUTE/IGCKernel.h')
-rw-r--r--arm_compute/core/GLES_COMPUTE/IGCKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/GLES_COMPUTE/IGCKernel.h b/arm_compute/core/GLES_COMPUTE/IGCKernel.h
index 0d3bfb30fd..11b2b17e51 100644
--- a/arm_compute/core/GLES_COMPUTE/IGCKernel.h
+++ b/arm_compute/core/GLES_COMPUTE/IGCKernel.h
@@ -58,7 +58,7 @@ public:
*
* @param[in] binding Tensor's binding point.
* @param[in] shift Number of bits to be shift for offset calculation
- */
+ */
BufferParam(const unsigned int binding, const unsigned int shift)
: binding_point(binding), buffer_data_type_shift(shift)
{