From 2012c6cadd4707d40a83da5fecd080de908d5973 Mon Sep 17 00:00:00 2001 From: Sven van Haastregt Date: Fri, 23 Sep 2022 18:08:10 +0100 Subject: [PATCH] [NFC] Fix typo in clang-format directive (#1512) Signed-off-by: Sven van Haastregt Signed-off-by: Sven van Haastregt --- test_conformance/pipes/test_pipe_limits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_conformance/pipes/test_pipe_limits.cpp b/test_conformance/pipes/test_pipe_limits.cpp index 7e979251..e1048f5f 100644 --- a/test_conformance/pipes/test_pipe_limits.cpp +++ b/test_conformance/pipes/test_pipe_limits.cpp @@ -69,7 +69,7 @@ void createKernelSourceCode(std::stringstream &stream, int num_pipes) } } )"; - // clang-format om + // clang-format on } stream << R"( }