Skip to content

Commit 77d158d

Browse files
committed
shorten comment blocks to < 100 characters
1 parent 9b10fc4 commit 77d158d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/etc/lldb_rust_formatters.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ def print_val(lldb_val, internal_dict):
157157
return lldb_val.GetValue()
158158

159159

160-
# =--------------------------------------------------------------------------------------------------
160+
# =---------------------------------------------------------------------------------------
161161
# Type-Specialized Printing Functions
162-
# =--------------------------------------------------------------------------------------------------
162+
# =---------------------------------------------------------------------------------------
163163

164164
def print_struct_val(val, internal_dict, omit_first_field, omit_type_name, is_tuple_like):
165165
"""
@@ -265,9 +265,9 @@ def print_std_string_val(val, internal_dict):
265265
(length, data_ptr, cap) = rustpp.extract_length_ptr_and_cap_from_std_vec(vec)
266266
return read_utf8_string(data_ptr, length)
267267

268-
# =--------------------------------------------------------------------------------------------------
268+
# =-----------------------------------------------------------------------
269269
# Helper Functions
270-
# =--------------------------------------------------------------------------------------------------
270+
# =-----------------------------------------------------------------------
271271

272272

273273
def print_array_of_values(array_name, data_ptr_val, length, internal_dict):

0 commit comments

Comments
 (0)