Skip to content

Commit 881b9d1

Browse files
Code quality: Used tab for indentation
Co-authored-by: hishitetsu <[email protected]>
1 parent c61ace3 commit 881b9d1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Files.App/MainWindow.xaml.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -344,18 +344,18 @@ x.tabItem.NavigationParameter.NavigationParameter is PaneNavigationArguments pan
344344
}
345345
}
346346

347-
public bool SetCanWindowToFront(bool canWindowToFront)
348-
{
349-
lock (_canWindowToFrontLock)
350-
{
351-
if (CanWindowToFront != canWindowToFront)
352-
{
353-
CanWindowToFront = canWindowToFront;
354-
return true;
355-
}
356-
return false;
357-
}
358-
}
347+
public bool SetCanWindowToFront(bool canWindowToFront)
348+
{
349+
lock (_canWindowToFrontLock)
350+
{
351+
if (CanWindowToFront != canWindowToFront)
352+
{
353+
CanWindowToFront = canWindowToFront;
354+
return true;
355+
}
356+
return false;
357+
}
358+
}
359359

360360
private const int WM_WINDOWPOSCHANGING = 0x0046;
361361
private void WindowManager_WindowMessageReceived(object? sender, WinUIEx.Messaging.WindowMessageEventArgs e)

0 commit comments

Comments
 (0)