From a77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 11 Nov 2022 17:36:07 +0100 Subject: [PATCH] consistency: use spaces instead of tabs --- openmp/libompd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/libompd/CMakeLists.txt b/openmp/libompd/CMakeLists.txt index d6cb8c06b5d55..54fa67d30520a 100644 --- a/openmp/libompd/CMakeLists.txt +++ b/openmp/libompd/CMakeLists.txt @@ -16,6 +16,6 @@ if(LIBOMP_OMPD_SUPPORT) add_subdirectory(src) if(LIBOMP_OMPD_GDB_SUPPORT) add_subdirectory(gdb-plugin) - add_subdirectory(test) + add_subdirectory(test) endif() endif()