OSDN Git Service

So *this* is where all the trailing whitespace in file header comments come
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 2 Jan 2009 16:58:42 +0000 (16:58 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 2 Jan 2009 16:58:42 +0000 (16:58 +0000)
from: copy-pasted straight from the coding standards doc!

Oh, the irony.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61586 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html

index a9b3698..1c9c145 100644 (file)
@@ -131,12 +131,12 @@ this:</p>
 <div class="doc_code">
 <pre>
 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file contains the declaration of the Instruction class, which is the