nuke blank line
authorChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 18:49:46 +0000 (18:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 18:49:46 +0000 (18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24278 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ELFWriter.cpp

index 82de2e06628e42aac255e7ca52744bde9c20e979..b58fc1ff0a907049586562cee7467e7e858477e2 100644 (file)
@@ -25,7 +25,6 @@
 //  #3. ".bss" entry  - global variables without initializers.  [ if needed ]
 //  ...
 //  #N. ".shstrtab" entry - String table for the section names.
-
 //
 // NOTE: This code should eventually be extended to support 64-bit ELF (this
 // won't be hard), but we haven't done so yet!