From a7aada2cd84939dc98109d3531a3fcd85609a85d Mon Sep 17 00:00:00 2001 From: nihuini Date: Thu, 20 Feb 2025 15:56:23 +0800 Subject: [PATCH] w --- tests/test_paramdict.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tests/test_paramdict.cpp b/tests/test_paramdict.cpp index c787fe2bafd..650fb52308c 100644 --- a/tests/test_paramdict.cpp +++ b/tests/test_paramdict.cpp @@ -239,8 +239,7 @@ static int test_paramdict_2() static int test_paramdict_3() { - const unsigned char mem[] = - { + const unsigned char mem[] = { 0x00, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0xfb, 0xa4, 0xff, 0xff, @@ -338,8 +337,7 @@ static int test_paramdict_3() static int test_paramdict_4() { - const unsigned char mem[] = - { + const unsigned char mem[] = { 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xa4, 0xff, 0xff, @@ -428,8 +426,7 @@ static int test_paramdict_4() static int test_paramdict_5() { - const unsigned char mem[] = - { + const unsigned char mem[] = { 0x98, 0xa4, 0xff, 0xff, 0x0c, 0x00, 0x00, 0x00, 0x62, 0x69, 0x6a, 0x2c, @@ -448,7 +445,7 @@ static int test_paramdict_5() 0x96, 0xa4, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00, - 0x17, 0xff, 0xff, 0xff, + 0x17, 0xff, 0xff, 0xff }; ParamDictTest pdt;