Skip to content

Commit bc23da4

Browse files
authored
Clean up superfluous trailing spaces in toc.ymls (#5502)
I own these.
1 parent 0230370 commit bc23da4

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

docs/build/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ items:
408408
- name: Command line property pages
409409
href: ../build/reference/command-line-property-pages.md
410410
- name: NMake property page
411-
href: ../build/reference/nmake-property-page.md
411+
href: ../build/reference/nmake-property-page.md
412412
- name: Manifest Tool property pages
413413
href: ../build/reference/manifest-tool-property-pages.md
414414
- name: Resources property pages
@@ -1181,7 +1181,7 @@ items:
11811181
href: ../build/reference/nmake-reference.md
11821182
- name: NMAKE projects in Visual Studio
11831183
href: ../build/reference/creating-a-makefile-project.md
1184-
- name: Running NMAKE
1184+
- name: Running NMAKE
11851185
href: ../build/reference/running-nmake.md
11861186
- name: Makefile contents and features
11871187
href: ../build/reference/contents-of-a-makefile.md

docs/c-language/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ items:
444444
- name: Inline assembler (C)
445445
href: ../c-language/inline-assembler-c.md
446446
- name: _Noreturn (C)
447-
href: ../c-language/noreturn.md
447+
href: ../c-language/noreturn.md
448448
- name: DLL import and export functions
449449
items:
450450
- name: DLL import and export functions

docs/c-runtime-library/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ items:
7575
- name: Global state in the CRT
7676
href: ../c-runtime-library/global-state.md
7777
- name: Type-generic math
78-
href: ../c-runtime-library/tgmath.md
78+
href: ../c-runtime-library/tgmath.md
7979
- name: C runtime (CRT) and C++ Standard Library (STL) .lib files
8080
href: ../c-runtime-library/crt-library-features.md
8181
- name: Universal C runtime routines by category

docs/cpp/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ items:
369369
- name: Pimpl idiom for compile-time encapsulation
370370
href: ../cpp/pimpl-for-compile-time-encapsulation-modern-cpp.md
371371
- name: Portability at ABI boundaries
372-
href: ../cpp/portability-at-abi-boundaries-modern-cpp.md
372+
href: ../cpp/portability-at-abi-boundaries-modern-cpp.md
373373
- name: Constructors
374374
items:
375375
- name: Constructors

docs/cross-platform/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ items:
22
- name: Cross-platform mobile development with C++
33
href: ../cross-platform/index.yml
44
- name: Overview
5-
href: ../cross-platform/visual-cpp-for-cross-platform-mobile-development.md
5+
href: ../cross-platform/visual-cpp-for-cross-platform-mobile-development.md
66
- name: Get Started
77
expanded: true
88
items:

docs/embedded/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ items:
1919
href: ./peripheral-view.md
2020
- name: RTOS View
2121
href: ./rtos-view.md
22-
- name: Serial Monitor
22+
- name: Serial Monitor
2323
href: ./serial-monitor.md
2424
- name: vcpkg artifacts
2525
href: https://devblogs.microsoft.com/cppblog/vcpkg-artifacts/

docs/error-messages/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4437,7 +4437,7 @@ items:
44374437
href: tool-errors/cvtres-fatal-error-cvt1105.md
44384438
- name: CVTRES warning CVT4001
44394439
href: tool-errors/cvtres-warning-cvt4001.md
4440-
- name: Expression evaluator errors
4440+
- name: Expression evaluator errors
44414441
expanded: false
44424442
items:
44434443
- name: Expression evaluator errors (CXXxxxx)

docs/get-started/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ items:
2525
items:
2626
- name: Create a console app
2727
href: tutorial-console-cpp.md
28-
- name: Create a Universal Windows Platform app
28+
- name: Create a Universal Windows Platform app
2929
href: /windows/uwp/cpp-and-winrt-apis/get-started
3030
- name: Create a Windows Desktop app
3131
href: /windows/desktop/learnwin32/learn-to-program-for-windows
@@ -44,9 +44,9 @@ items:
4444
items:
4545
- name: Open code from a repo
4646
href: /visualstudio/get-started/tutorial-open-project-from-repo
47-
- name: Write and edit code
47+
- name: Write and edit code
4848
href: /visualstudio/get-started/tutorial-editor
49-
- name: Compile and build
49+
- name: Compile and build
5050
href: /visualstudio/ide/compiling-and-building-in-visual-studio
5151
- name: Debug your C++ code
5252
href: /visualstudio/debugger/quickstart-debug-with-cplusplus

docs/ide/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ items:
9393
- name: Add a method
9494
href: ../ide/adding-a-method-visual-cpp.md
9595
- name: Add an IDL method
96-
href: ../ide/add-interface-definition-library-method-wizard.md
96+
href: ../ide/add-interface-definition-library-method-wizard.md
9797
- name: Add a property
9898
href: ../ide/adding-a-property-visual-cpp.md
9999
- name: Add an IDL property

docs/intrinsics/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ items:
4040
- name: _bittestandset, _bittestandset64
4141
href: ../intrinsics/bittestandset-bittestandset64.md
4242
- name: __check_isa_support, __check_arch_support
43-
href: ../intrinsics/check-isa-arch-support.md
43+
href: ../intrinsics/check-isa-arch-support.md
4444
- name: __cpuid, __cpuidex
4545
href: ../intrinsics/cpuid-cpuidex.md
4646
- name: __debugbreak

0 commit comments

Comments
 (0)