[llvm] r193668 - Trailing whitespace in a comment line.

NAKAMURA Takumi geek4civic at gmail.com
Tue Oct 29 17:49:33 PDT 2013


Author: chapuni
Date: Tue Oct 29 19:49:33 2013
New Revision: 193668

URL: http://llvm.org/viewvc/llvm-project?rev=193668&view=rev
Log:
Trailing whitespace in a comment line.

Modified:
    llvm/trunk/include/llvm/CodeGen/StackProtector.h

Modified: llvm/trunk/include/llvm/CodeGen/StackProtector.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/StackProtector.h?rev=193668&r1=193667&r2=193668&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/StackProtector.h (original)
+++ llvm/trunk/include/llvm/CodeGen/StackProtector.h Tue Oct 29 19:49:33 2013
@@ -31,7 +31,7 @@ class PHINode;
 
 class StackProtector : public FunctionPass {
 public:
-  /// SSPLayoutKind.  Stack Smashing Protection (SSP) rules require that 
+  /// SSPLayoutKind.  Stack Smashing Protection (SSP) rules require that
   /// vulnerable stack allocations are located close the stack protector.
   enum SSPLayoutKind {
     SSPLK_None,       //< Did not trigger a stack protector.  No effect on data





More information about the llvm-commits mailing list