Skip to content

Commit 1528cbe

Browse files
committed
Remove non-breaking spaces
1 parent 5997806 commit 1528cbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/etc/natvis/libcollections.natvis

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
33
<Type Name="collections::vec::Vec&lt;*&gt;">
4-
    <DisplayString>{{ size={len} }}</DisplayString>
5-
    <Expand>
4+
<DisplayString>{{ size={len} }}</DisplayString>
5+
<Expand>
66
<Item Name="[size]" ExcludeView="simple">len</Item>
77
<Item Name="[capacity]" ExcludeView="simple">buf.cap</Item>
88
<ArrayItems>
99
<Size>len</Size>
1010
<ValuePointer>buf.ptr.pointer.__0</ValuePointer>
1111
</ArrayItems>
12-
    </Expand>
13-
  </Type>
12+
</Expand>
13+
</Type>
1414
<Type Name="collections::vec_deque::VecDeque&lt;*&gt;">
1515
<DisplayString>{{ size={tail &lt;= head ? head - tail : buf.cap - tail + head} }}</DisplayString>
1616
<Expand>

0 commit comments

Comments
 (0)