From: David Greene Date: Fri, 29 Jul 2011 20:50:18 +0000 (+0000) Subject: Remove a blank line from the top. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b4f4cbd199318901d12737ded05ebebd8cb21336;p=oota-llvm.git Remove a blank line from the top. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136511 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/Record.cpp b/utils/TableGen/Record.cpp index ed271cbdce0..b1b30154ffd 100644 --- a/utils/TableGen/Record.cpp +++ b/utils/TableGen/Record.cpp @@ -1,4 +1,3 @@ - //===- Record.cpp - Record implementation ---------------------------------===// // // The LLVM Compiler Infrastructure