aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TranslationUnit.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-16 22:33:34 +0000
committerChris Lattner <sabre@nondot.org>2009-02-16 22:33:34 +0000
commitd603eaa682cecac2c10771a700cb83aa301653b4 (patch)
tree873ecaf2396b5100d17bed2edc53e82e0ce66ee1 /lib/AST/TranslationUnit.cpp
parent1bd885efe4bfeadb1980b39315b026cefe2795c3 (diff)
fix long lines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/TranslationUnit.cpp')
-rw-r--r--lib/AST/TranslationUnit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/TranslationUnit.cpp b/lib/AST/TranslationUnit.cpp
index 9e01167248..95cad39f68 100644
--- a/lib/AST/TranslationUnit.cpp
+++ b/lib/AST/TranslationUnit.cpp
@@ -231,7 +231,7 @@ TranslationUnit* TranslationUnit::Create(llvm::Deserializer& Dezr,
// For Selectors, we must read the identifier table first because the
// SelectorTable depends on the identifiers being already deserialized.
- llvm::Deserializer::Location SelectorBlkLoc = Dezr.getCurrentBlockLocation();
+ llvm::Deserializer::Location SelectorBlkLoc = Dezr.getCurrentBlockLocation();
Dezr.SkipBlock();
// Read the identifier table.