[Openmp-commits] [openmp] a77a02a - consistency: use spaces instead of tabs

Sylvestre Ledru via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 11 08:36:41 PST 2022


Author: Sylvestre Ledru
Date: 2022-11-11T17:36:32+01:00
New Revision: a77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2

URL: https://github.com/llvm/llvm-project/commit/a77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2
DIFF: https://github.com/llvm/llvm-project/commit/a77a02aa5794a63584a3c8b9bc8aa2164dc2a1e2.diff

LOG: consistency: use spaces instead of tabs

Added: 
    

Modified: 
    openmp/libompd/CMakeLists.txt

Removed: 
    


################################################################################
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()


        


More information about the Openmp-commits mailing list