Whitespace is significant. The code blocks within an if statement must be indented using four spaces or one tab. This is to indicate that the code within the block is part of the if statement and should be executed if the condition is true. If the code is not indented correctly, it will not be considered part of the if statement and will be executed regardless of the condition.