Whitespace.

llvm-svn: 198934
This commit is contained in:
NAKAMURA Takumi 2014-01-10 11:12:01 +00:00
parent 1f5cf85fd4
commit ea1ff6fe33
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ LLVMTargetRef LLVMGetFirstTarget(void);
LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T);
/*===-- Target ------------------------------------------------------------===*/
/** Finds the target corresponding to the given name and stores it in \p T.
/** Finds the target corresponding to the given name and stores it in \p T.
Returns 0 on success. */
LLVMTargetRef LLVMGetTargetFromName(const char *Name);