From 019ef5a3a7ae96f3d395aa3c60c116f1f3284c40 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 3 Feb 2026 11:55:50 -0500 Subject: [PATCH] xo-interpreter2 stack: cleanup memory reporting --- include/xo/object2/init_object2.hpp | 2 +- src/object2/init_object2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xo/object2/init_object2.hpp b/include/xo/object2/init_object2.hpp index 5c26e76..aa3dd51 100644 --- a/include/xo/object2/init_object2.hpp +++ b/include/xo/object2/init_object2.hpp @@ -1,5 +1,5 @@ /** @file init_object2.hpp -* + * * @author Roland Conybeare, Jan 2026 **/ diff --git a/src/object2/init_object2.cpp b/src/object2/init_object2.cpp index b5e57ab..0f804fe 100644 --- a/src/object2/init_object2.cpp +++ b/src/object2/init_object2.cpp @@ -1,5 +1,5 @@ /** @file init_object2.cpp -* + * * @author Roland Conybeare, Jan 2026 **/