[build] Apply a formatter for CMake files (#5973)

This commit is contained in:
Gold856
2023-11-30 19:52:21 -05:00
committed by GitHub
parent 9b8011aa67
commit 4fcf0b25a1
37 changed files with 1496 additions and 896 deletions

View File

@@ -1,4 +1,4 @@
if (WITH_GUI)
if(WITH_GUI)
add_subdirectory(halsim_gui)
endif()
add_subdirectory(halsim_ds_socket)