D23615: Improve the look of the KWin options KCM UIs

Vlad Zagorodniy <[email protected]>
Newsgroups gmane.comp.kde.devel.kwin
Message-ID <[email protected]>
zzag added inline comments.

INLINE COMMENTS

> windows.cpp:176
>  {
> +    switch (m_ui->windowFocusPolicyCombo->currentIndex())
> +    {

Style: a switch statement should look like

  switch (foo) {
  case Foo:
      break;
  case Bar:
      break;
  }

i.e. `case`s are not indented and opening brace is kept on the same line as `switch` keyword.

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D23615

To: GB_2, #kwin, #plasma, #vdg
Cc: ngraham, davidedmundson, zzag, #vdg, #plasma, kwin, #kwin, LeGast00n, The-Feren-OS-Dev, sbergeron, jraleigh, fbampaloukas, GB_2, mkulinski, ragreen, jackyalcine, Pitel, iodelay, crozbo, bwowk, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, hardening, romangg, jensreuterberg, abetts, sebas, apol, mart
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.