commit | 7bfcf9ac59fa4895bf622382b7afc383a41e644f | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Mar 01 11:49:21 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Mar 01 12:36:07 2010 -0800 |
tree | db4996d4a10ce671464f1294b151b600589cb018 | |
parent | c2f7f3e58a18927bb762acab99d8db3beca0d2ee [diff] |
Don't aggressively coalesce across lines Don't bother trying to coalesce over line boundaries when the common region that contains the LF is less than 5 characters. Its likely that the common region is actually a trailing "*/" or "}" to close out the current statement. We are usually better off reporting this as common to the user. Bug: issue 473 Change-Id: I93762d07d34eb71269ea6758ac3466a5351f8dbf Signed-off-by: Shawn O. Pearce <sop@google.com>