Remove tabs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2012-02-08 00:17:07 +00:00
parent 60c8fa6bb9
commit 9f99721a18
4 changed files with 22 additions and 22 deletions

View File

@@ -215,7 +215,7 @@ namespace llvm {
/// @param SetterName Name of the Objective C property setter selector.
/// @param PropertyAttributes Objective C property attributes.
DIObjCProperty createObjCProperty(StringRef Name, StringRef GetterName,
StringRef SetterName,
StringRef SetterName,
unsigned PropertyAttributes);
/// createClassType - Create debugging information entry for a class.
@@ -498,7 +498,7 @@ namespace llvm {
/// @param Scope Lexical block.
/// @param File Source file.
DILexicalBlockFile createLexicalBlockFile(DIDescriptor Scope,
DIFile File);
DIFile File);
/// createLexicalBlock - This creates a descriptor for a lexical block
/// with the specified parent context.