diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-03-02 17:46:15 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-03-02 17:46:15 +0000 |
commit | ed4cf997abe9db574728aa6c1b06a9887848e7f0 (patch) | |
tree | 8285dafb015a6155204c2c3a2173a091abaf97c7 | |
parent | c70b79eec1de59c5710b4af7442d30848e231bf3 (diff) |
Tidy up. Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151926 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/MC/MCAsmInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h index e9b058509a..095ca14c1b 100644 --- a/include/llvm/MC/MCAsmInfo.h +++ b/include/llvm/MC/MCAsmInfo.h @@ -43,7 +43,7 @@ namespace llvm { //===------------------------------------------------------------------===// // Properties to be set by the target writer, used to configure asm printer. // - + /// PointerSize - Pointer size in bytes. /// Default is 4. unsigned PointerSize; |