consistency: use spaces instead of tabs

This commit is contained in:
Sylvestre Ledru 2022-11-11 17:36:07 +01:00
parent 81896f88ce
commit a77a02aa57
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ if(LIBOMP_OMPD_SUPPORT)
add_subdirectory(src) add_subdirectory(src)
if(LIBOMP_OMPD_GDB_SUPPORT) if(LIBOMP_OMPD_GDB_SUPPORT)
add_subdirectory(gdb-plugin) add_subdirectory(gdb-plugin)
add_subdirectory(test) add_subdirectory(test)
endif() endif()
endif() endif()