From 3b73b8ede05b22fb28572dd5d2af1a55dd080ca1 Mon Sep 17 00:00:00 2001 From: Michael Maltsev <4129781+m417z@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:48:27 +0300 Subject: [PATCH] Remove tab characters in YAML Fixes parsing the YAML with PyYAML, which otherwise fails with "found character '\t' that cannot start any token". --- sdk-api-src/content/winuser/nf-winuser-get_pointerid_wparam.md | 2 +- .../content/winuser/nf-winuser-is_pointer_flag_set_wparam.md | 2 +- .../content/winuser/nf-winuser-is_pointer_incontact_wparam.md | 2 +- .../content/winuser/nf-winuser-is_pointer_inrange_wparam.md | 2 +- sdk-api-src/content/winuser/nf-winuser-is_pointer_new_wparam.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-get_pointerid_wparam.md b/sdk-api-src/content/winuser/nf-winuser-get_pointerid_wparam.md index 1842cb66c85..d14c4347961 100644 --- a/sdk-api-src/content/winuser/nf-winuser-get_pointerid_wparam.md +++ b/sdk-api-src/content/winuser/nf-winuser-get_pointerid_wparam.md @@ -7,7 +7,7 @@ old-location: inputmsg\get_pointerid_wparam.htm tech.root: InputMsg ms.assetid: 31f7dde6-1486-4050-b9b6-ffc2ed991211 ms.date: 07/01/2025 -ms.keywords: GET_POINTERID_WPARAM, GET_POINTERID_WPARAM , GET_POINTERID_WPARAM macro [Input Messages and Notifications], inputmsg.get_pointerid_wparam, winuser/GET_POINTERID_WPARAM +ms.keywords: GET_POINTERID_WPARAM, GET_POINTERID_WPARAM, GET_POINTERID_WPARAM macro [Input Messages and Notifications], inputmsg.get_pointerid_wparam, winuser/GET_POINTERID_WPARAM req.header: winuser.h req.include-header: Windows.h req.target-type: Windows diff --git a/sdk-api-src/content/winuser/nf-winuser-is_pointer_flag_set_wparam.md b/sdk-api-src/content/winuser/nf-winuser-is_pointer_flag_set_wparam.md index 27875fb7ee2..97ae0568c24 100644 --- a/sdk-api-src/content/winuser/nf-winuser-is_pointer_flag_set_wparam.md +++ b/sdk-api-src/content/winuser/nf-winuser-is_pointer_flag_set_wparam.md @@ -7,7 +7,7 @@ old-location: inputmsg\is_pointer_flag_set_wparam.htm tech.root: InputMsg ms.assetid: 31f7dde6-1486-4050-b9b6-ffc2ed991200 ms.date: 07/01/2025 -ms.keywords: IS_POINTER_FLAG_SET_WPARAM, IS_POINTER_FLAG_SET_WPARAM , IS_POINTER_FLAG_SET_WPARAM macro [Input Messages and Notifications], inputmsg.is_pointer_flag_set_wparam, winuser/IS_POINTER_FLAG_SET_WPARAM +ms.keywords: IS_POINTER_FLAG_SET_WPARAM, IS_POINTER_FLAG_SET_WPARAM, IS_POINTER_FLAG_SET_WPARAM macro [Input Messages and Notifications], inputmsg.is_pointer_flag_set_wparam, winuser/IS_POINTER_FLAG_SET_WPARAM req.header: winuser.h req.include-header: Windows.h req.target-type: Windows diff --git a/sdk-api-src/content/winuser/nf-winuser-is_pointer_incontact_wparam.md b/sdk-api-src/content/winuser/nf-winuser-is_pointer_incontact_wparam.md index 82814dfb1d5..f41b48430a7 100644 --- a/sdk-api-src/content/winuser/nf-winuser-is_pointer_incontact_wparam.md +++ b/sdk-api-src/content/winuser/nf-winuser-is_pointer_incontact_wparam.md @@ -7,7 +7,7 @@ old-location: inputmsg\is_pointer_incontact_wparam.htm tech.root: InputMsg ms.assetid: 31f7dde6-1486-4050-b9b6-ffc2ed9912a8 ms.date: 07/01/2025 -ms.keywords: IS_POINTER_INCONTACT_WPARAM, IS_POINTER_INCONTACT_WPARAM , IS_POINTER_INCONTACT_WPARAM macro [Input Messages and Notifications], inputmsg.is_pointer_incontact_wparam, winuser/IS_POINTER_INCONTACT_WPARAM +ms.keywords: IS_POINTER_INCONTACT_WPARAM, IS_POINTER_INCONTACT_WPARAM, IS_POINTER_INCONTACT_WPARAM macro [Input Messages and Notifications], inputmsg.is_pointer_incontact_wparam, winuser/IS_POINTER_INCONTACT_WPARAM req.header: winuser.h req.include-header: Windows.h req.target-type: Windows diff --git a/sdk-api-src/content/winuser/nf-winuser-is_pointer_inrange_wparam.md b/sdk-api-src/content/winuser/nf-winuser-is_pointer_inrange_wparam.md index c0eee858d2c..b63b7a72530 100644 --- a/sdk-api-src/content/winuser/nf-winuser-is_pointer_inrange_wparam.md +++ b/sdk-api-src/content/winuser/nf-winuser-is_pointer_inrange_wparam.md @@ -7,7 +7,7 @@ old-location: inputmsg\is_pointer_inrange_wparam.htm tech.root: InputMsg ms.assetid: 41f7dde6-1486-4050-b9b6-ffc2ed9912a8 ms.date: 07/01/2025 -ms.keywords: IS_POINTER_INRANGE_WPARAM, IS_POINTER_INRANGE_WPARAM , IS_POINTER_INRANGE_WPARAM macro, inputmsg.is_pointer_inrange_wparam, winuser/IS_POINTER_INRANGE_WPARAM +ms.keywords: IS_POINTER_INRANGE_WPARAM, IS_POINTER_INRANGE_WPARAM, IS_POINTER_INRANGE_WPARAM macro, inputmsg.is_pointer_inrange_wparam, winuser/IS_POINTER_INRANGE_WPARAM req.header: winuser.h req.include-header: Windows.h req.target-type: Windows diff --git a/sdk-api-src/content/winuser/nf-winuser-is_pointer_new_wparam.md b/sdk-api-src/content/winuser/nf-winuser-is_pointer_new_wparam.md index cc28afe3d52..f4de484a939 100644 --- a/sdk-api-src/content/winuser/nf-winuser-is_pointer_new_wparam.md +++ b/sdk-api-src/content/winuser/nf-winuser-is_pointer_new_wparam.md @@ -7,7 +7,7 @@ old-location: inputmsg\is_pointer_new_wparam.htm tech.root: InputMsg ms.assetid: 21f7dde6-1486-4050-b9b6-ffc2ed9912a8 ms.date: 07/01/2025 -ms.keywords: IS_POINTER_NEW_WPARAM, IS_POINTER_NEW_WPARAM , IS_POINTER_NEW_WPARAM macro [Input Messages and Notifications], inputmsg.is_pointer_new_wparam, winuser/IS_POINTER_NEW_WPARAM +ms.keywords: IS_POINTER_NEW_WPARAM, IS_POINTER_NEW_WPARAM, IS_POINTER_NEW_WPARAM macro [Input Messages and Notifications], inputmsg.is_pointer_new_wparam, winuser/IS_POINTER_NEW_WPARAM req.header: winuser.h req.include-header: Windows.h req.target-type: Windows