Skip to content

Commit 854f74e

Browse files
committed
clang format
1 parent c12459a commit 854f74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/include/lldb/Target/LanguageRuntime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ class LanguageRuntime : public Runtime, public PluginInterface {
108108
/// This call should return true if it could set the name and/or the type
109109
/// Sets address to the address of the dynamic type if value_type is set to
110110
/// a file or load address. Sets local_buffer to a buffer containing the data
111-
/// of the dynamic type if value_type is set to a host address. Callers should
111+
/// of the dynamic type if value_type is set to a host address. Callers should
112112
/// copy local_buffer over into their own buffer if they want to keep the data
113-
///alive.
113+
/// alive.
114114
virtual bool GetDynamicTypeAndAddress(
115115
ValueObject &in_value, lldb::DynamicValueType use_dynamic,
116116
TypeAndOrName &class_type_or_name, Address &address,

0 commit comments

Comments
 (0)