1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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
This commit is contained in:
Misha Brukman 2009-01-02 16:58:42 +00:00
parent eedbd9ee1b
commit 7d77c2fac7

View File

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