summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-19 20:03:53 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-19 20:03:53 +0000
commit8f2766df7fe421dc4ae4aa03e461f802fe2ab7aa (patch)
treec0663091a57b7e0c5e283bf9f34505c31b2c1e45 /examples
parent684d8d5b5003402241235917bfcf67d60f70c2c7 (diff)
downloadllvm-8f2766df7fe421dc4ae4aa03e461f802fe2ab7aa.tar.gz
llvm-8f2766df7fe421dc4ae4aa03e461f802fe2ab7aa.tar.bz2
llvm-8f2766df7fe421dc4ae4aa03e461f802fe2ab7aa.tar.xz
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 5594c05fa3..50a6db76aa 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,10 +1,10 @@
##===- examples/Makefile -----------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL=..
@@ -13,7 +13,7 @@ include $(LEVEL)/Makefile.config
PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
-PARALLEL_DIRS += ParallelJIT
+PARALLEL_DIRS += ParallelJIT
endif
ifeq ($(LLVM_ON_UNIX),1)