From e025bcca322301af5c4a5178b1a64080cb900ec1 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/Transforms/Instrumentation/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Transforms/Instrumentation') diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index b1f709c..6cbc7a9 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,14 +1,14 @@ ##===- lib/Transforms/Instrumentation/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 = LLVMInstrumentation +LIBRARYNAME = LLVMInstrumentation BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common -- cgit v1.1