Skip to content

Commit 992a21d

Browse files
authored
fix code formatting (#946)
1 parent 7eace65 commit 992a21d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private void Form1_MouseUp(object sender,
145145
// Find out which controls intersect the rectangle and
146146
// change their color. The method uses the RectangleToScreen
147147
// method to convert the Control's client coordinates
148-
// to screen coordinates.
148+
// to screen coordinates.
149149
Rectangle controlRectangle;
150150
for(int i = 0; i < Controls.Count; i++)
151151
{

0 commit comments

Comments
 (0)