REmove extra blank lines
authorChris Lattner <sabre@nondot.org>
Thu, 25 Jul 2002 15:40:38 +0000 (15:40 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 Jul 2002 15:40:38 +0000 (15:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3084 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/lli.cpp

index dc3519454608114c9d14fedb1626d5edd42783b9..e3f585439bc3bd0176495bd5bc612942c4772b11 100644 (file)
@@ -56,8 +56,6 @@ int main(int argc, char** argv) {
   //
   InputArgv.insert(InputArgv.begin(), InputFile);
 
-
-
   // Create the interpreter...
   Interpreter I;