aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stack_frame_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stack_frame_info.h')
-rw-r--r--src/processor/stack_frame_info.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/processor/stack_frame_info.h b/src/processor/stack_frame_info.h
index e6026c11..c1241845 100644
--- a/src/processor/stack_frame_info.h
+++ b/src/processor/stack_frame_info.h
@@ -95,7 +95,10 @@ struct StackFrameInfo {
// Clears the StackFrameInfo object so that users will see it as though
// it contains no information.
- void Clear() { valid = VALID_NONE; program_string.erase(); }
+ void Clear() {
+ valid = VALID_NONE;
+ program_string.erase();
+ }
// Identifies which fields in the structure are valid. This is of
// type Validity, but it is defined as an int because it's not