Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2022-11-11 19:36:07 +0300
committerSylvestre Ledru <sylvestre@debian.org>2022-11-11 19:36:32 +0300
commita77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2 (patch)
tree438a806def030c5ea9d327875e0335409480f965 /openmp
parent81896f88cef4cfe1cf982250601a0c954344e1e8 (diff)
consistency: use spaces instead of tabs
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libompd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/libompd/CMakeLists.txt b/openmp/libompd/CMakeLists.txt
index d6cb8c06b5d5..54fa67d30520 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()