COMPMID-959 Refactor OpenCL interceptors to use lambda functions

Change-Id: I29b73a311d7278255b77524f2a5eaaa4dccab711
Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/128392
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Tested-by: Jenkins <bsgcomp@arm.com>
diff --git a/arm_compute/core/CL/CLKernelLibrary.h b/arm_compute/core/CL/CLKernelLibrary.h
index 257ef7d..4c42d8e 100644
--- a/arm_compute/core/CL/CLKernelLibrary.h
+++ b/arm_compute/core/CL/CLKernelLibrary.h
@@ -300,8 +300,7 @@
         _built_programs_map.clear();
     }
 
-    /** Access the cache of built OpenCL programs
-     */
+    /** Access the cache of built OpenCL programs */
     const std::map<std::string, cl::Program> &get_built_programs() const
     {
         return _built_programs_map;