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/CLNormalizationLayerKernel.h b/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
index 5f8c9c9..f74f751 100644
--- a/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
+++ b/arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
@@ -65,5 +65,5 @@
     BorderSize       _border_size;
     bool             _is_in_map;
 };
-}
+} // namespace arm_compute
 #endif /*__ARM_COMPUTE_CLNORMALIZATIONLAYERKERNEL_H__ */