if(x==y) { return; } // No space needed between (), {}, or operators
These punctuation tokens can appear directly next to other tokens:
( ) — parentheses{ } — braces[ ] — brackets, ; : — separators. -> :: — member access+, -, *, etc.)