Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jiezzhang committed Nov 10, 2023
1 parent 0453e6e commit eddb5d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/group_functions/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function(configure_test_case)
function(configure_test_case)
cmake_parse_arguments(CTS
"" "TYPE;IN_FILENAME;OUT_FILENAME;TEST_LIST" "" ${ARGN})
set(CTS_TYPE_NAME ${CTS_TYPE})
Expand All @@ -7,8 +7,8 @@ function(configure_test_case)
set(${CTS_TEST_LIST} ${${CTS_TEST_LIST}} PARENT_SCOPE)
endfunction()

list(APPEND TEMPLATE_LIST
"group_joint_scan"
list(APPEND TEMPLATE_LIST
"group_joint_scan"
"group_scan_over_group"
"group_joint_reduce"
"group_reduce_over_group"
Expand Down

0 comments on commit eddb5d5

Please sign in to comment.