trailing whitespace and 80 column cleanup

llvm-svn: 113977
This commit is contained in:
Jim Grosbach 2010-09-15 16:24:01 +00:00
parent ed0b69dc81
commit 3122c82089
2 changed files with 33 additions and 33 deletions

View File

@ -54,8 +54,8 @@ namespace llvm {
/// kept up to date by SwitchSection.
const MCSection *CurSection;
/// PrevSection - This is the previous section code is being emitted to, it is
/// kept up to date by SwitchSection.
/// PrevSection - This is the previous section code is being emitted to, it
/// is kept up to date by SwitchSection.
const MCSection *PrevSection;
public: