]> granicus.if.org Git - clang/commitdiff
Adjust indentation.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 28 Dec 2009 06:52:51 +0000 (06:52 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 28 Dec 2009 06:52:51 +0000 (06:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92205 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/DeclSpec.h

index b766890b7023a370747d567b8c3d5d649bd36218..7c99e3e58254e37a61d573f7f1e890a87d9c2db0 100644 (file)
@@ -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.