format: reformatting files

This commit is contained in:
2026-07-13 15:30:43 +08:00
parent 7522543c48
commit e5eeaddf2f
511 changed files with 274803 additions and 207140 deletions
+2 -2
View File
@@ -19,6 +19,6 @@ add_subdirectory(merge)
add_subdirectory(trigonometry)
set(OLIVE_SOURCES
${OLIVE_SOURCES}
PARENT_SCOPE
${OLIVE_SOURCES}
PARENT_SCOPE
)
+6 -6
View File
@@ -15,10 +15,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
set(OLIVE_SOURCES
${OLIVE_SOURCES}
node/math/math/math.h
node/math/math/math.cpp
node/math/math/mathbase.h
node/math/math/mathbase.cpp
PARENT_SCOPE
${OLIVE_SOURCES}
node/math/math/math.h
node/math/math/math.cpp
node/math/math/mathbase.h
node/math/math/mathbase.cpp
PARENT_SCOPE
)
+4 -4
View File
@@ -15,8 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
set(OLIVE_SOURCES
${OLIVE_SOURCES}
node/math/merge/merge.h
node/math/merge/merge.cpp
PARENT_SCOPE
${OLIVE_SOURCES}
node/math/merge/merge.h
node/math/merge/merge.cpp
PARENT_SCOPE
)
+4 -4
View File
@@ -15,8 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
set(OLIVE_SOURCES
${OLIVE_SOURCES}
node/math/trigonometry/trigonometry.h
node/math/trigonometry/trigonometry.cpp
PARENT_SCOPE
${OLIVE_SOURCES}
node/math/trigonometry/trigonometry.h
node/math/trigonometry/trigonometry.cpp
PARENT_SCOPE
)