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/Bitcode | |
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/Bitcode')
-rw-r--r-- | lib/Bitcode/Makefile | 4 | ||||
-rw-r--r-- | lib/Bitcode/Reader/Makefile | 4 | ||||
-rw-r--r-- | lib/Bitcode/Writer/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/Bitcode/Makefile b/lib/Bitcode/Makefile index 7abff6a0b7..2d6b5ad1fe 100644 --- a/lib/Bitcode/Makefile +++ b/lib/Bitcode/Makefile @@ -1,10 +1,10 @@ ##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. diff --git a/lib/Bitcode/Reader/Makefile b/lib/Bitcode/Reader/Makefile index f194ec28e9..59af8d53a7 100644 --- a/lib/Bitcode/Reader/Makefile +++ b/lib/Bitcode/Reader/Makefile @@ -1,10 +1,10 @@ ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. diff --git a/lib/Bitcode/Writer/Makefile b/lib/Bitcode/Writer/Makefile index 7abc1d3d8f..7b0bd72159 100644 --- a/lib/Bitcode/Writer/Makefile +++ b/lib/Bitcode/Writer/Makefile @@ -1,10 +1,10 @@ ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. |