Formatting tweaks.
 - No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58488 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h
index 07d5b54..28834ee 100644
--- a/lib/CodeGen/CGDebugInfo.h
+++ b/lib/CodeGen/CGDebugInfo.h
@@ -1,4 +1,4 @@
-//===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -----------------------===//
+//===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -81,21 +81,21 @@
   llvm::TypeDesc *getOrCreateCVRType(QualType type, 
                                      llvm::CompileUnitDesc *unit);
   llvm::TypeDesc *getOrCreateBuiltinType(QualType type, 
-                                     llvm::CompileUnitDesc *unit);
+                                         llvm::CompileUnitDesc *unit);
   llvm::TypeDesc *getOrCreateTypedefType(QualType type, 
-                                     llvm::CompileUnitDesc *unit);
+                                         llvm::CompileUnitDesc *unit);
   llvm::TypeDesc *getOrCreatePointerType(QualType type, 
-                                     llvm::CompileUnitDesc *unit);
+                                         llvm::CompileUnitDesc *unit);
   llvm::TypeDesc *getOrCreateFunctionType(QualType type, 
-                                     llvm::CompileUnitDesc *unit);
+                                          llvm::CompileUnitDesc *unit);
   llvm::TypeDesc *getOrCreateRecordType(QualType type,
-                                     llvm::CompileUnitDesc *unit);
+                                        llvm::CompileUnitDesc *unit);
   llvm::TypeDesc *getOrCreateEnumType(QualType type,
-                                     llvm::CompileUnitDesc *unit);
+                                      llvm::CompileUnitDesc *unit);
   llvm::TypeDesc *getOrCreateTaggedType(QualType type,
-                                     llvm::CompileUnitDesc *unit);
+                                        llvm::CompileUnitDesc *unit);
   llvm::TypeDesc *getOrCreateArrayType(QualType type,
-                                     llvm::CompileUnitDesc *unit);
+                                       llvm::CompileUnitDesc *unit);
 
 public:
   CGDebugInfo(CodeGenModule *m);