From 3d81324882ae56584499e8388c750f750926469c Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Tue, 19 Apr 2022 18:11:19 +1000 Subject: [PATCH] Remove trailing white space from code sample When copy/pasting this code, it adds white space at the end of each line, which some code styles flag as an error. --- ...-focus-in-controls-and-focusvisualstyle.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md b/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md index b938f94..df1f9ed 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md @@ -24,19 +24,19 @@ Windows Presentation Foundation (WPF) provides two parallel mechanisms for chang In the themes, the default focus visual style is generally very simple. The following is a rough approximation: -```xaml - +```xaml + ```