Whitespace.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 10 Jan 2014 11:12:01 +0000 (11:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 10 Jan 2014 11:12:01 +0000 (11:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198934 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/TargetMachine.h

index e1594113949cdb39577c141ad82ea40671a4b45e..46de054e78be2fbf983ef6454dd1cffecd36d516 100644 (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);