Remove EOL whitespaces in natvis

This commit is contained in:
Axel Huebl 2018-11-02 10:42:48 +01:00
parent 689382a722
commit a7567bc596
No known key found for this signature in database
GPG Key ID: 472D2C364E21D94B
1 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
</ExpandedItem> </ExpandedItem>
</Expand> </Expand>
</Type> </Type>
<!-- skip the pair first/second members in the treeview while traversing a map. <!-- skip the pair first/second members in the treeview while traversing a map.
Only works in VS 2015 Update 2 and beyond using the new visualization --> Only works in VS 2015 Update 2 and beyond using the new visualization -->
<Type Name="std::pair&lt;*, nlohmann::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper"> <Type Name="std::pair&lt;*, nlohmann::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
<DisplayString>{second}</DisplayString> <DisplayString>{second}</DisplayString>
@ -28,5 +28,5 @@
<ExpandedItem>second</ExpandedItem> <ExpandedItem>second</ExpandedItem>
</Expand> </Expand>
</Type> </Type>
</AutoVisualizer> </AutoVisualizer>