Adjust indentation.

llvm-svn: 92205
This commit is contained in:
Zhongxing Xu 2009-12-28 06:52:51 +00:00
parent 947420d6ad
commit 6de8201a63
1 changed files with 1 additions and 1 deletions

View 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.