summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAsmInfo.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-03-02 17:46:15 +0000
committerJim Grosbach <grosbach@apple.com>2012-03-02 17:46:15 +0000
commited4cf997abe9db574728aa6c1b06a9887848e7f0 (patch)
tree8285dafb015a6155204c2c3a2173a091abaf97c7 /include/llvm/MC/MCAsmInfo.h
parentc70b79eec1de59c5710b4af7442d30848e231bf3 (diff)
downloadllvm-ed4cf997abe9db574728aa6c1b06a9887848e7f0.tar.gz
llvm-ed4cf997abe9db574728aa6c1b06a9887848e7f0.tar.bz2
llvm-ed4cf997abe9db574728aa6c1b06a9887848e7f0.tar.xz
Tidy up. Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCAsmInfo.h')
-rw-r--r--include/llvm/MC/MCAsmInfo.h2
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;