| commit | 59f09c748387b7b0c72d48e9cc123520a3a9e943 | [log] [tgz] |
|---|---|---|
| author | Zhanyong Wan <wan@google.com> | Mon Nov 22 19:32:14 2010 +0000 |
| committer | Zhanyong Wan <wan@google.com> | Mon Nov 22 19:32:14 2010 +0000 |
| tree | 85d3d66682bd4664c7e5f031f1891da2d19ccf47 | |
| parent | 16b75262c4f285123db3c55260f76a09a99be548 [diff] |
Stylistic changes to CFG.cpp: 1. "no 'else' after 'return'" -- this is for conformance with the coding standards. 2. move 'else' to the line of the previous '}' -- this is for consistency. Reviewed by kremenek. llvm-svn: 119983