>>5
No, but the use of unnecessary brackets -- because no operator is involved -- in combination with a language construct that does not require brackets, gives the impression that return is either a function (like exit), or that return requires brackets.
I bet there is a considerable number of novice C programmers who think return requires brackets.