Skip to content

Commit a353fd7

Browse files
author
mikeblome
committed
fixed indent
1 parent 6aa1569 commit a353fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/cd2drectf-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Constructs a CD2DRectF object from CRect object.
5252
```
5353
CD2DRectF(const CRect& rect);
5454
CD2DRectF(const D2D1_RECT_F& rect);
55-
CD2DRectF(const D2D1_RECT_F* rect);
55+
CD2DRectF(const D2D1_RECT_F* rect);
5656
5757
CD2DRectF(
5858
FLOAT fLeft = 0.,

0 commit comments

Comments
 (0)