There should be only one space after a keyword.

Anti-pattern

Function  Foo()
End Function

Best practice

Function Foo()
End Function