[llvm] r198934 - Whitespace.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jan 10 03:12:01 PST 2014


Author: chapuni
Date: Fri Jan 10 05:12:01 2014
New Revision: 198934

URL: http://llvm.org/viewvc/llvm-project?rev=198934&view=rev
Log:
Whitespace.

Modified:
    llvm/trunk/include/llvm-c/TargetMachine.h

Modified: llvm/trunk/include/llvm-c/TargetMachine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/TargetMachine.h?rev=198934&r1=198933&r2=198934&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/TargetMachine.h (original)
+++ llvm/trunk/include/llvm-c/TargetMachine.h Fri Jan 10 05:12:01 2014
@@ -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);
 





More information about the llvm-commits mailing list