From 045856f2e90067b748e40385d88dd29fef09f429 Mon Sep 17 00:00:00 2001 From: linpz Date: Tue, 3 Dec 2024 17:17:06 +0800 Subject: [PATCH 1/2] 1. test --- source/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 345445f134..29d13fb4b3 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -52,5 +52,8 @@ int main(int argc, char** argv) fftw_cleanup_threads(); #endif + if(true) + std::cout< Date: Tue, 3 Dec 2024 10:02:38 +0000 Subject: [PATCH 2/2] [pre-commit.ci lite] apply automatic fixes --- source/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 29d13fb4b3..94ff973ed6 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -52,8 +52,9 @@ int main(int argc, char** argv) fftw_cleanup_threads(); #endif - if(true) + if(true) { std::cout<