[llvm-commits] [llvm] r61586 - /llvm/trunk/docs/CodingStandards.html
Misha Brukman
brukman+llvm at gmail.com
Fri Jan 2 08:58:42 PST 2009
Author: brukman
Date: Fri Jan 2 10:58:42 2009
New Revision: 61586
URL: http://llvm.org/viewvc/llvm-project?rev=61586&view=rev
Log:
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.
Modified:
llvm/trunk/docs/CodingStandards.html
Modified: llvm/trunk/docs/CodingStandards.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.html?rev=61586&r1=61585&r2=61586&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.html (original)
+++ llvm/trunk/docs/CodingStandards.html Fri Jan 2 10:58:42 2009
@@ -131,12 +131,12 @@
<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
More information about the llvm-commits
mailing list