Skip to content

Commit b376b06

Browse files
committed
bug.h: reformat
1 parent 31ade88 commit b376b06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TiledArray/util/bug.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,10 @@ class Debugger {
395395
/// \param cmd a string
396396
/// \return processed str
397397
std::string replace_macros(std::string cmd);
398+
398399
static const std::string gdb_cmd_;
399400
static const std::string lldb_cmd_;
400-
std::vector<std::function<void()>> actions_; // prelaunch actions
401+
std::vector<std::function<void()>> actions_; // prelaunch actions
401402
};
402403

403404
/// Use this to create a Debugger object and make it the default

0 commit comments

Comments
 (0)