]> granicus.if.org Git - clang/commit
Stylistic changes to CFG.cpp:
authorZhanyong Wan <wan@google.com>
Mon, 22 Nov 2010 19:32:14 +0000 (19:32 +0000)
committerZhanyong Wan <wan@google.com>
Mon, 22 Nov 2010 19:32:14 +0000 (19:32 +0000)
commit36f327c309b1fb6b82f1987190f0be74000b14c1
tree1ba943bf20a79b2ead256ae79b220ff83b478048
parentada4b32749458644272d90e34e4149c307376e59
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119983 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CFG.cpp