trailing whitespace and 80 column cleanup

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-09-15 16:24:01 +00:00
parent 85dbce31d0
commit 0dd2c93318
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: