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 | e025bcca322301af5c4a5178b1a64080cb900ec1 (patch) | |
| tree | eef93b0e196836f47b0b47dcd948342c65135bf3 /lib/Bitcode | |
| parent | 3e6bf9ad0a5bd5f396117a2e3dd6394488fae763 (diff) | |
| download | external_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/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 7abff6a..2d6b5ad 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 f194ec2..59af8d5 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 7abc1d3..7b0bd72 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 = ../../.. |
