Sometimes there's a newline before the brace, sometimes not. For example: ```c int has_new_line() { } int no_new_line() { } ``` I suggest doing the new line, but I'll await suggestions.