diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
commit | 9b8f542e2746b28721b3ec603c3aaaa10ea708fc (patch) | |
tree | eef93b0e196836f47b0b47dcd948342c65135bf3 /lib/Analysis/Makefile | |
parent | afa2259e36960b01f9861aec031fafaf63e1fdf2 (diff) |
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/Analysis/Makefile')
-rw-r--r-- | lib/Analysis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 31ce23591d..4af6d350a6 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -1,10 +1,10 @@ ##===- lib/Analysis/Makefile -------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. |