aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-12-28 06:52:51 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-12-28 06:52:51 +0000
commit2d3dfd70eee48005f253b72d288e0eb4ed754fe0 (patch)
tree7adefb9759d65c73acc129ba5b414cd821da425a
parenta3ddec2b5e4ddb87ad4285994d618c20cb3879d4 (diff)
Adjust indentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92205 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Parse/DeclSpec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/DeclSpec.h b/include/clang/Parse/DeclSpec.h
index b766890b70..7c99e3e582 100644
--- a/include/clang/Parse/DeclSpec.h
+++ b/include/clang/Parse/DeclSpec.h
@@ -995,7 +995,7 @@ struct DeclaratorChunk {
/// stack, not objects that are allocated in large quantities on the heap.
class Declarator {
public:
- enum TheContext {
+ enum TheContext {
FileContext, // File scope declaration.
PrototypeContext, // Within a function prototype.
KNRTypeListContext, // K&R type definition list for formals.