From: Zhongxing Xu Date: Mon, 28 Dec 2009 06:52:51 +0000 (+0000) Subject: Adjust indentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d3dfd70eee48005f253b72d288e0eb4ed754fe0;p=clang Adjust indentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92205 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.