How do we indent an else statement when nesting it inside a function?

The same as the if statement, by two spacesThe same as the function, without any spaces

The same as the if statement, by two spaces.