summaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-09 16:44:42 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-09 16:44:42 +0000
commit9b8f542e2746b28721b3ec603c3aaaa10ea708fc (patch)
treeeef93b0e196836f47b0b47dcd948342c65135bf3 /lib/Transforms/Hello
parentafa2259e36960b01f9861aec031fafaf63e1fdf2 (diff)
downloadllvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.gz
llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.bz2
llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.xz
Removed trailing whitespace from Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Hello')
-rw-r--r--lib/Transforms/Hello/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile
index 6ca5774de4..c5e75d43af 100644
--- a/lib/Transforms/Hello/Makefile
+++ b/lib/Transforms/Hello/Makefile
@@ -1,16 +1,16 @@
##===- lib/Transforms/Hello/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 = LLVMHello
LOADABLE_MODULE = 1
-USEDLIBS =
+USEDLIBS =
include $(LEVEL)/Makefile.common