summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
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
commit5cbf22391667568c36943f89c0568d1ca4eb006f (patch)
tree731a2402e1767a409bd005ccc7add94cdfc42216 /llvm/lib/CodeGen/Makefile
parent726440dbc99e507cad76363de363db6ca9ee97b4 (diff)
Removed trailing whitespace from Makefiles.
llvm-svn: 61991
Diffstat (limited to 'llvm/lib/CodeGen/Makefile')
-rw-r--r--llvm/lib/CodeGen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 29158e2dde78..4ab3e3c0013e 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,10 +1,10 @@
##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..