On Thursday 09 June 2011 13:01:17 Michael Mc Donnell wrote:
Change it to brackets on new lines? I actually copied the style from the method above mine. Is this better?:
- struct
- {
...
- } vertices[] =
- {
Yes, although I'd also move the vertices[] in a separate line.
The other tests in this file aren't entirely consistent, but I've seen at least one that used your old style and one that uses the new style. In wined3d and related dlls we use the new style.