I actually use:

Code:
struct myStruct
{
int attr;
};


But, having said that, my only advice to someone concerned about layout style would be:

1) Keep your code readable (Don't be afraid of whitespace!)
2) Choose a style that you like, and use it consistantly.

HTH