diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-02 16:58:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-02 16:58:42 +0000 |
commit | 02805a642360c583a1363c02cc915e09c55a4674 (patch) | |
tree | 0fb538c982bb82e0c8c67141152babcd40f5df99 /llvm/docs/CodingStandards.html | |
parent | 7ae5be923ce6d188cbe84682cce25dc61c90f2a0 (diff) | |
download | bcm5719-llvm-02805a642360c583a1363c02cc915e09c55a4674.tar.gz bcm5719-llvm-02805a642360c583a1363c02cc915e09c55a4674.zip |
So *this* is where all the trailing whitespace in file header comments come
from: copy-pasted straight from the coding standards doc!
Oh, the irony.
llvm-svn: 61586
Diffstat (limited to 'llvm/docs/CodingStandards.html')
-rw-r--r-- | llvm/docs/CodingStandards.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index a9b3698ae4d..1c9c1451755 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -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 |