summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit34c5f1be0d84001c9fbebe694102c1154e060583 (patch)
treeb7432aa3cd58337157d6827b6c02ba9661632a0c /llvm/examples
parentaac8cbb261307c9d3780282df23581f040ecd3e5 (diff)
downloadbcm5719-llvm-34c5f1be0d84001c9fbebe694102c1154e060583.tar.gz
bcm5719-llvm-34c5f1be0d84001c9fbebe694102c1154e060583.zip
Trailing whitespace.
llvm-svn: 111552
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/examples/Makefile b/llvm/examples/Makefile
index 5594c05fa3a..50a6db76aa2 100644
--- a/llvm/examples/Makefile
+++ b/llvm/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)
OpenPOWER on IntegriCloud