Skip to content

Commit 2aabd0f

Browse files
committed
chore: whitespace
1 parent fb05fa2 commit 2aabd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ set(TESTS_SOURCES
6868
${CMAKE_CURRENT_SOURCE_DIR}/test/main.c
6969
${CMAKE_CURRENT_SOURCE_DIR}/test/crc32.c
7070
${CMAKE_CURRENT_SOURCE_DIR}/test/base64.c
71+
${CMAKE_CURRENT_SOURCE_DIR}/test/stun-unhandled.c
7172
${CMAKE_CURRENT_SOURCE_DIR}/test/stun.c
7273
${CMAKE_CURRENT_SOURCE_DIR}/test/gathering.c
7374
${CMAKE_CURRENT_SOURCE_DIR}/test/connectivity.c
@@ -78,8 +79,7 @@ set(TESTS_SOURCES
7879
${CMAKE_CURRENT_SOURCE_DIR}/test/server.c
7980
${CMAKE_CURRENT_SOURCE_DIR}/test/conflict.c
8081
${CMAKE_CURRENT_SOURCE_DIR}/test/bind.c
81-
${CMAKE_CURRENT_SOURCE_DIR}/test/ufrag.c
82-
${CMAKE_CURRENT_SOURCE_DIR}/test/stun-unhandled.c
82+
${CMAKE_CURRENT_SOURCE_DIR}/test/ufrag.c
8383
)
8484
source_group("Test Files" FILES "${TESTS_SOURCES}")
8585

0 commit comments

Comments
 (0)