aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
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
commite025bcca322301af5c4a5178b1a64080cb900ec1 (patch)
treeeef93b0e196836f47b0b47dcd948342c65135bf3 /lib/System
parent3e6bf9ad0a5bd5f396117a2e3dd6394488fae763 (diff)
downloadexternal_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.zip
external_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.tar.gz
external_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.tar.bz2
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/System')
-rw-r--r--lib/System/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile
index fe5bcec..49704c3 100644
--- a/lib/System/Makefile
+++ b/lib/System/Makefile
@@ -1,10 +1,10 @@
##===- lib/System/Makefile ---------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..