Oh, don't worry; it's all hypothetical. I was just thinking of ways to group my code once it stops being small and simple. I wouldn't want to scroll up and down thousand lines of code when it's okay to add braces to minimize/hide the code.
If you have thousands of lines of code in a function, adding extraneous braces isn't going to be much help. Instead, keep your functions small and focused on the one thing they should be doing.