[cfe-commits] r92205 - /cfe/trunk/include/clang/Parse/DeclSpec.h
Zhongxing Xu
xuzhongxing at gmail.com
Sun Dec 27 22:52:51 PST 2009
Author: zhongxingxu
Date: Mon Dec 28 00:52:51 2009
New Revision: 92205
URL: http://llvm.org/viewvc/llvm-project?rev=92205&view=rev
Log:
Adjust indentation.
Modified:
cfe/trunk/include/clang/Parse/DeclSpec.h
Modified: cfe/trunk/include/clang/Parse/DeclSpec.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/DeclSpec.h?rev=92205&r1=92204&r2=92205&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/DeclSpec.h (original)
+++ cfe/trunk/include/clang/Parse/DeclSpec.h Mon Dec 28 00:52:51 2009
@@ -995,7 +995,7 @@
/// 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.
More information about the cfe-commits
mailing list