aboutsummaryrefslogtreecommitdiff
path: root/openmp/libompd
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2022-11-11 17:36:07 +0100
committerSylvestre Ledru <sylvestre@debian.org>2022-11-11 17:36:32 +0100
commita77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2 (patch)
tree438a806def030c5ea9d327875e0335409480f965 /openmp/libompd
parent81896f88cef4cfe1cf982250601a0c954344e1e8 (diff)
downloadllvm-a77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2.zip
llvm-a77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2.tar.gz
llvm-a77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2.tar.bz2
consistency: use spaces instead of tabs
Diffstat (limited to 'openmp/libompd')
-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 d6cb8c0..54fa67d 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()