Skip to content

Commit 36ca676

Browse files
committed
update
1 parent 8b434fa commit 36ca676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sst/core/serialization/impl/serialize_utility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ constexpr size_t nfields<C, N, false> = b_search<C, 0, N>;
9898

9999
} // namespace pvt_nfields
100100

101-
template<class C>
101+
template <class C>
102102
constexpr size_t nfields = pvt_nfields::nfields<C>;
103103

104104
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)