Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmaier committed Feb 25, 2024
1 parent ae6161b commit e3f3793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(SHARED_RUNTIME_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/RuntimeCommon.cpp
${CMAKE_CURRENT_SOURCE_DIR}/LibcWrappers.cpp
${CMAKE_CURRENT_SOURCE_DIR}/Shadow.cpp
${CMAKE_CURRENT_SOURCE_DIR}/Tracer.cpp
${CMAKE_CURRENT_SOURCE_DIR}/Tracer.cpp
${CMAKE_CURRENT_SOURCE_DIR}/GarbageCollection.cpp)

if (${QSYM_BACKEND})
Expand Down

0 comments on commit e3f3793

Please sign in to comment.