From acea4071a7f457bab696dc3c895ba47d60345541 Mon Sep 17 00:00:00 2001 From: Nikolaj Jensen Date: Mon, 3 Jul 2023 09:44:42 +0100 Subject: Fix code formatting in CKW Signed-off-by: Nikolaj Jensen Change-Id: I8064b345c1efd243f8bded12ed5d561afe7c339a Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9854 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins --- compute_kernel_writer/src/Error.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compute_kernel_writer/src/Error.cpp') diff --git a/compute_kernel_writer/src/Error.cpp b/compute_kernel_writer/src/Error.cpp index 7f2fb41187..c5dae2eb75 100644 --- a/compute_kernel_writer/src/Error.cpp +++ b/compute_kernel_writer/src/Error.cpp @@ -28,7 +28,8 @@ namespace ckw { -std::string create_error_msg(const std::string &file, const std::string &func, const std::string &line, const std::string &msg) +std::string create_error_msg(const std::string &file, const std::string &func, const std::string &line, + const std::string &msg) { std::string err; err += "[COMPUTE_KERNEL_WRITER][ERROR]:"; -- cgit v1.2.1