Place the first call argument at the column immediately after the opening parenthesis.
foo(a, b);
foo( a, b);