Hello, I have found several return (returnvalue); statements in slf4j like return (attributes.get(name));. What is the difference between return retvalue; and return (retvalue); - with and without braces? Is there no technical difference and this is just "style and fashion"? Is the bytecode the same or different? Regards Boris