COMPMID-417 - Added arm_compute comment at the end of CL header files

Change-Id: Ide2ff463ddd10d5dda0a09366fae462f716eb1c1
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88051
Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
diff --git a/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h b/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
index 1484c06..758dc74 100644
--- a/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
+++ b/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
@@ -63,5 +63,5 @@
     //Make the configure method of the parent class private
     using CLSeparableConvolution5x5VertKernel::configure;
 };
-}
+} // namespace arm_compute
 #endif /*__ARM_COMPUTE_CLGAUSSIAN5X5KERNEL_H__ */