Skip to content

Commit a044430

Browse files
authored
Remove huge amounts of superfluous spaces in "Data Types (MFC)" topic
1 parent 52b2a73 commit a044430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mfc/reference/data-types-mfc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.assetid: 8954848b-2c01-4a4f-abf5-ee55f6a05eeb
1010

1111
This topic lists the data types most commonly used in the Microsoft Foundation Class Library. Most of the data types are the same as those in the Platform Software Development Kit (SDK), while others are unique to MFC.
1212

13-
For information about the data types used in both the Windows SDK and MFC, see [Windows Data Types](/windows/win32/WinProg/windows-data-types).
13+
For information about the data types used in both the Windows SDK and MFC, see [Windows Data Types](/windows/win32/WinProg/windows-data-types).
1414

1515
Data types unique to the Microsoft Foundation Class Library include the following:
1616

1717
- POSITION A value used to denote the position of an element in a collection; used by MFC collection classes.
1818

19-
- LPCRECT A 32-bit pointer to a constant (nonmodifiable) `RECT` structure.
19+
- LPCRECT A 32-bit pointer to a constant (nonmodifiable) `RECT` structure.
2020

2121
## See also
2222

0 commit comments

Comments
 (0)