From ea55ef46065041e3387b873c3c008ad1934800fd Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:39:43 -0700 Subject: [PATCH] fix formatting --- src/nwb/NWBFile.cpp | 3 ++- src/spec/core.hpp | 2 +- src/spec/hdmf_common.hpp | 2 +- src/spec/hdmf_experimental.hpp | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/nwb/NWBFile.cpp b/src/nwb/NWBFile.cpp index 10ba8907..132840ca 100644 --- a/src/nwb/NWBFile.cpp +++ b/src/nwb/NWBFile.cpp @@ -71,7 +71,8 @@ Status NWBFile::createFileStructure() io->createGroup("/specifications"); io->createReferenceAttribute("/specifications", "/", ".specloc"); - cacheSpecifications("core", AQNWB::SPEC::CORE::version, AQNWB::SPEC::CORE::specVariables); + cacheSpecifications( + "core", AQNWB::SPEC::CORE::version, AQNWB::SPEC::CORE::specVariables); cacheSpecifications("hdmf-common", AQNWB::SPEC::HDMF_COMMON::version, AQNWB::SPEC::HDMF_COMMON::specVariables); diff --git a/src/spec/core.hpp b/src/spec/core.hpp index 983ad1d6..0a67f80a 100644 --- a/src/spec/core.hpp +++ b/src/spec/core.hpp @@ -62,4 +62,4 @@ constexpr std::array, 13> {"nwb.ophys", nwb_ophys}, {"nwb.retinotopy", nwb_retinotopy}, {"namespace", namespaces}}}; -} // namespace AQNWB::spec::core +} // namespace AQNWB::SPEC::CORE diff --git a/src/spec/hdmf_common.hpp b/src/spec/hdmf_common.hpp index d58f0c62..54e1f1da 100644 --- a/src/spec/hdmf_common.hpp +++ b/src/spec/hdmf_common.hpp @@ -26,4 +26,4 @@ constexpr std::array, 4> {"table", table}, {"sparse", sparse}, {"namespace", namespaces}}}; -} // namespace AQNWB::spec::hdmf_common +} // namespace AQNWB::SPEC::HDMF_COMMON diff --git a/src/spec/hdmf_experimental.hpp b/src/spec/hdmf_experimental.hpp index bdfa14f2..d671e05c 100644 --- a/src/spec/hdmf_experimental.hpp +++ b/src/spec/hdmf_experimental.hpp @@ -22,4 +22,4 @@ constexpr std::array, 3> specVariables {{{"experimental", experimental}, {"resources", resources}, {"namespace", namespaces}}}; -} // namespace AQNWB::spec::hdmf_experimental +} // namespace AQNWB::SPEC::HDMF_EXPERIMENTAL