Skip to content

Commit e70b545

Browse files
EugeneKramermairaw
authored andcommitted
Correct formatting single spacing to tabs (#944)
1 parent 14742cc commit e70b545

File tree

1 file changed

+1
-1
lines changed
  • snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.ListView3/CS

1 file changed

+1
-1
lines changed

snippets/csharp/VS_Snippets_Winforms/System.Windows.Forms.ListView3/CS/form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private void InitializeComponent()
6969
}
7070

7171
//<snippet1>
72-
private void ListView1_BeforeLabelEdit(object sender,
72+
private void ListView1_BeforeLabelEdit(object sender,
7373
System.Windows.Forms.LabelEditEventArgs e)
7474
{
7575
// Allow all but the first two items of the list to

0 commit comments

Comments
 (0)