From 475be7bc1c61018a999e8b45493eff079be2c815 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 09:12:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test/SerialIOTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SerialIOTest.cpp b/test/SerialIOTest.cpp index 74155cb904..64baf7301a 100644 --- a/test/SerialIOTest.cpp +++ b/test/SerialIOTest.cpp @@ -1452,7 +1452,7 @@ inline void dtype_test( REQUIRE(s.getAttribute("vecShort").dtype == Datatype::VEC_SHORT); REQUIRE(s.getAttribute("vecInt").dtype == Datatype::VEC_INT); REQUIRE(s.getAttribute("vecLong").dtype == Datatype::VEC_LONG); - if(test_long_long) + if (test_long_long) { REQUIRE(s.getAttribute("vecLongLong").dtype == Datatype::VEC_LONGLONG); }