From b376b06b9f1301200de5ed0464feaf08ca2f16c0 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Sun, 10 Nov 2024 13:02:24 -0500 Subject: [PATCH] bug.h: reformat --- src/TiledArray/util/bug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TiledArray/util/bug.h b/src/TiledArray/util/bug.h index 38ae55198f..5367497b62 100644 --- a/src/TiledArray/util/bug.h +++ b/src/TiledArray/util/bug.h @@ -395,9 +395,10 @@ class Debugger { /// \param cmd a string /// \return processed str std::string replace_macros(std::string cmd); + static const std::string gdb_cmd_; static const std::string lldb_cmd_; - std::vector> actions_; // prelaunch actions + std::vector> actions_; // prelaunch actions }; /// Use this to create a Debugger object and make it the default