Skip to content

kwin/windowswitchers: enforce strict equality and improve code formatting

As advised by @ratijas

  • Replace == with === for strict comparison
  • Add whitespace around binary operators
  • Ensure consistent spacing between code elements

Merge request reports