From 9b8f542e2746b28721b3ec603c3aaaa10ea708fc Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 9 Jan 2009 16:44:42 +0000 Subject: Removed trailing whitespace from Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Archive/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Archive') diff --git a/lib/Archive/Makefile b/lib/Archive/Makefile index e951aa3e0b..da9780403a 100644 --- a/lib/Archive/Makefile +++ b/lib/Archive/Makefile @@ -1,16 +1,16 @@ ##===- lib/Archive/Makefile --------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME = LLVMArchive -# We only want an archive so only those modules actually used by a tool are +# We only want an archive so only those modules actually used by a tool are # included. BUILD_ARCHIVE := 1 -- cgit v1.2.3