aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenTypes.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-02-20 22:57:40 +0000
committerNate Begeman <natebegeman@mac.com>2008-02-20 22:57:40 +0000
commit1abc7f654df795549d4f6f3a018ddb3a8fff013a (patch)
treef0a1e07153874bf9edd10842b805bb88ab4976ad /CodeGen/CodeGenTypes.cpp
parent38d8b98803ac354dba15578d65ea99a83dead046 (diff)
Tabs are the enemy
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenTypes.cpp')
-rw-r--r--CodeGen/CodeGenTypes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeGen/CodeGenTypes.cpp b/CodeGen/CodeGenTypes.cpp
index 2037cfdca6..efdc0e8e5b 100644
--- a/CodeGen/CodeGenTypes.cpp
+++ b/CodeGen/CodeGenTypes.cpp
@@ -416,7 +416,7 @@ CodeGenTypes::BitFieldInfo CodeGenTypes::getBitFieldInfo(const FieldDecl *FD) {
/// addBitFieldInfo - Assign a start bit and a size to field FD.
void CodeGenTypes::addBitFieldInfo(const FieldDecl *FD, unsigned Begin,
- unsigned Size) {
+ unsigned Size) {
BitFields.insert(std::make_pair(FD, BitFieldInfo(Begin, Size)));
}