From 8f1db6730cc7b35dfa63027bc0fec59af8966175 Mon Sep 17 00:00:00 2001 From: nihui <171016+nihui@users.noreply.github.com> Date: Thu, 20 Feb 2025 09:26:40 +0000 Subject: [PATCH] apply code-format changes --- tests/test_paramdict.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_paramdict.cpp b/tests/test_paramdict.cpp index a09f4a48286..4b7070b1767 100644 --- a/tests/test_paramdict.cpp +++ b/tests/test_paramdict.cpp @@ -499,7 +499,7 @@ static int test_paramdict_5() static int compare_paramdict(const ncnn::ParamDict& pd, const ncnn::ParamDict& pd0) { - for (int id = 0; ; id++) + for (int id = 0;; id++) { const int type0 = pd0.type(id); if (type0 == 0)