Consider the following example which is pretty straight forward:
Let say you change the method signature and add async throws to it, you'll have to change the caller accordingly which, to be honest, messes up the look and feel:
To resolve this you can do the following:
Select the piece of code that feels out of place because of entering new keyword/s
Press control(or Ctrl)⌃+i key and it will re-indent the code: