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
As advised by @ratijas
== with === for strict comparison