Skip to content

Commit e4d82bf

Browse files
xiangzhaiLeslie Zhai
authored and
Leslie Zhai
committed
Format CMakeLists.txt
1 parent 3935910 commit e4d82bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -646,10 +646,10 @@ set (hs_exec_common_SRCS
646646
src/util/arch/arm/cpuid_flags.c
647647
)
648648
elseif(ARCH_LOONGARCH64)
649-
set (hs_exec_common_SRCS
650-
${hs_exec_common_SRCS}
651-
src/util/arch/loongarch64/cpuid_flags.c
652-
)
649+
set (hs_exec_common_SRCS
650+
${hs_exec_common_SRCS}
651+
src/util/arch/loongarch64/cpuid_flags.c
652+
)
653653
endif ()
654654

655655
set (hs_exec_SRCS
@@ -809,8 +809,8 @@ set (hs_exec_SRCS
809809
src/util/supervector/arch/ppc64el/impl.cpp)
810810
elseif (ARCH_LOONGARCH64)
811811
set (hs_exec_SRCS
812-
${hs_exec_SRCS}
813-
src/util/supervector/arch/loongarch64/impl.cpp)
812+
${hs_exec_SRCS}
813+
src/util/supervector/arch/loongarch64/impl.cpp)
814814
endif ()
815815
endif()
816816

0 commit comments

Comments
 (0)