summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2010-01-20 02:03:14 +0000
committerMike Stump <mrs@apple.com>2010-01-20 02:03:14 +0000
commit281d6d77450a06d68951fed92c5bcb1f83b4c4bc (patch)
tree1f8d3f2153b50af22559d171901ea1cc06c957c8 /clang/lib/Frontend/PCHWriter.cpp
parent98609b3a07125faba9c84114b13d6beebf2b9b8a (diff)
downloadbcm5719-llvm-281d6d77450a06d68951fed92c5bcb1f83b4c4bc.tar.gz
bcm5719-llvm-281d6d77450a06d68951fed92c5bcb1f83b4c4bc.zip
Use the llvm coding convention for indentation for switch.
llvm-svn: 93966
Diffstat (limited to 'clang/lib/Frontend/PCHWriter.cpp')
-rw-r--r--clang/lib/Frontend/PCHWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/PCHWriter.cpp b/clang/lib/Frontend/PCHWriter.cpp
index 97cd84f4471..29647f3b95d 100644
--- a/clang/lib/Frontend/PCHWriter.cpp
+++ b/clang/lib/Frontend/PCHWriter.cpp
@@ -1271,7 +1271,7 @@ void PCHWriter::WriteType(QualType T) {
// For all of the concrete, non-dependent types, call the
// appropriate visitor function.
#define TYPE(Class, Base) \
- case Type::Class: W.Visit##Class##Type(cast<Class##Type>(T)); break;
+ case Type::Class: W.Visit##Class##Type(cast<Class##Type>(T)); break;
#define ABSTRACT_TYPE(Class, Base)
#define DEPENDENT_TYPE(Class, Base)
#include "clang/AST/TypeNodes.def"
OpenPOWER on IntegriCloud