From b4f4cbd199318901d12737ded05ebebd8cb21336 Mon Sep 17 00:00:00 2001 From: David Greene Date: Fri, 29 Jul 2011 20:50:18 +0000 Subject: [PATCH] Remove a blank line from the top. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136511 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/Record.cpp | 1 - 1 file changed, 1 deletion(-) 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