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 | 0fd5f3e4264b5f88055ab4f8135716d3cb013743 (patch) | |
tree | 37b37d8dc731c98adae1ac1d918cb7a68453e95c /docs/CodingStandards.html | |
parent | 457a7a62db38ee20a360b368360dec5679dd2df9 (diff) | |
download | external_llvm-0fd5f3e4264b5f88055ab4f8135716d3cb013743.zip external_llvm-0fd5f3e4264b5f88055ab4f8135716d3cb013743.tar.gz external_llvm-0fd5f3e4264b5f88055ab4f8135716d3cb013743.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodingStandards.html')
-rw-r--r-- | docs/CodingStandards.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index a9b3698..1c9c145 100644 --- a/docs/CodingStandards.html +++ b/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 |