What does nesting a conditional inside a function mean?

Indenting the conditional so that it's part of the function's code blockCoding the conditional with the same indentation as the function

Indenting the conditional so that it's part of the function's code block.