Where to place spaces in braced initializer expressions.
int x[] = { 1, 2, 3 };
int x[] ={ 1, 2, 3};
int x[] ={ 1, 2, 3 };
int x[] ={1, 2, 3};