Cleanup: format

This commit is contained in:
2022-08-30 16:15:45 +10:00
parent 26487530f2
commit 24b8ccaa94
6 changed files with 27 additions and 12 deletions

View File

@@ -876,9 +876,12 @@ template<typename T> class VMutableArray;
* construct the virtual array first and then move it into the vector.
*/
namespace varray_tag {
struct span {};
struct single_ref {};
struct single {};
struct span {
};
struct single_ref {
};
struct single {
};
} // namespace varray_tag
/**