From: Misha Brukman
Date: Fri, 2 Jan 2009 16:58:42 +0000 (+0000)
Subject: So *this* is where all the trailing whitespace in file header comments come
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=98117cdbd6f2e371a3d4905a2b5ce26b2fb41d2c;p=oota-llvm.git
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
---
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index a9b3698ae4d..1c9c1451755 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -131,12 +131,12 @@ this:
//===-- 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