Place commas at a reduced indentation level (before the following item).
int x[] = { 1 , 2 , 3 };
int x[] = { 1, 2, 3 };