Skip to content

Commit 0518d31

Browse files
author
mikeblome
committed
fixed table formatting
1 parent 53959ca commit 0518d31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cpp/keywords-cpp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ Keywords are predefined reserved identifiers that have special meanings. They ca
5353
|[switch](switch-statement-cpp.md)|[template](templates-cpp.md)|[this](this-pointer.md)|[thread](thread.md) <sup>1</sup>|
5454
|[throw](try-throw-and-catch-statements-cpp.md)|[true](true-cpp.md)|[try](try-throw-and-catch-statements-cpp.md)|[typedef](aliases-and-typedefs-cpp.md)|
5555
|[typeid](typeid-operator.md)|[typeid](../windows/typeid-cpp-component-extensions.md)|[typename](typename.md)|[union](unions.md)|
56-
|[unsigned](fundamental-types-cpp.md)|[using](using-declaration.md) declaration|
57-
|[using](namespaces-cpp.md#using_directives) directive|[uuid](uuid-cpp.md) <sup>1</sup>|
58-
|[value class](../windows/classes-and-structs-cpp-component-extensions.md)|[value struct](../windows/classes-and-structs-cpp-component-extensions.md)|[virtual](virtual-cpp.md)|[void](void-cpp.md)|
59-
|[volatile](volatile-cpp.md)|[while](while-statement-cpp.md)|
56+
|[unsigned](fundamental-types-cpp.md)|[using](using-declaration.md) declaration|[using](namespaces-cpp.md#using_directives) directive|
57+
|[uuid](uuid-cpp.md) <sup>1</sup>|[value class](../windows/classes-and-structs-cpp-component-extensions.md)|[value struct](../windows/classes-and-structs-cpp-component-extensions.md)|
58+
|[virtual](virtual-cpp.md)|[void](void-cpp.md)|[volatile](volatile-cpp.md)|
59+
|[while](while-statement-cpp.md)|
6060

6161
1 Extended attributes for the **__declspec** keyword.
6262

0 commit comments

Comments
 (0)