commit | 3060178ad9df29789505c1e6debcfc80a3a13587 | [log] [tgz] |
---|---|---|
author | Chad Rosier <mcrosier@apple.com> | Wed Aug 17 23:08:45 2011 +0000 |
committer | Chad Rosier <mcrosier@apple.com> | Wed Aug 17 23:08:45 2011 +0000 |
tree | 3f9a7c68c99aec3950171700b69d3b7152043a71 | |
parent | e172e8b9e7fc67d7d03589af7e92fe777afcf33a [diff] [blame] |
Fix else style. No functionality change intended. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137896 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CocoaConventions.cpp b/lib/Analysis/CocoaConventions.cpp index 176701a..ea60f26 100644 --- a/lib/Analysis/CocoaConventions.cpp +++ b/lib/Analysis/CocoaConventions.cpp
@@ -152,8 +152,7 @@ } else if (suffix.startswith("opy")) { it += 3; - } - else { + } else { // Keep scanning. continue; }