Answer

Emacs attempts to indent the program. Normally, statements that are at the same level of nesting receive the same amount of indentation. The way that indent.c is indented should look strange to your eye. The problem is the missing parenthesis at the end of the first statement.

Return to lesson.