commit | c1052c63be9afd3654896c26604a1fab0d8a7dbd | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Thu Oct 15 03:12:28 2015 -0700 |
committer | Bill Wendling <morbo@google.com> | Thu Oct 15 03:12:28 2015 -0700 |
tree | 725afca21b7b53de861ae1d2406abbbc68e84d99 | |
parent | 43bdc7b6a9147174a675593b2646dc3b0c8b12d4 [diff] |
Split when first argument is a func call with args Improve splitting heuristic when the first argument to a function call is itself a function call with arguments. In cases like this, the remaining arguments to the function call would look badly aligned, even though they are techincally correct (the best kind of correct!).