summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-09-24 23:49:15 -0400
committerSeth Tisue <seth@tisue.net>2015-09-25 11:36:32 -0400
commit80e4f5431c3c7efe3e13406b79a10ab9d274d460 (patch)
tree0df8c86b2ec084a4a99d343846a8034723581460 /src/compiler
parenta9b079ac24ef96dce4d08a3860b03ca7f5730c32 (diff)
downloadscala-80e4f5431c3c7efe3e13406b79a10ab9d274d460.tar.gz
scala-80e4f5431c3c7efe3e13406b79a10ab9d274d460.tar.bz2
scala-80e4f5431c3c7efe3e13406b79a10ab9d274d460.zip
add missing newline at eof in Scala source
this was causing a mysterious compilation failure on Windows. (it may not have been a sufficient cause in itself -- which is why I say "mysterious" -- but in any case, adding the newline made the failure go away. and besides, the newline should be there. so here it is.) (it's tempting to make a big commit that fixes this in every source file. resisting for now)
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/backend/jvm/analysis/ProdConsAnalyzer.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/backend/jvm/analysis/ProdConsAnalyzer.scala b/src/compiler/scala/tools/nsc/backend/jvm/analysis/ProdConsAnalyzer.scala
index 700b2f2f6c..594fd8923c 100644
--- a/src/compiler/scala/tools/nsc/backend/jvm/analysis/ProdConsAnalyzer.scala
+++ b/src/compiler/scala/tools/nsc/backend/jvm/analysis/ProdConsAnalyzer.scala
@@ -475,4 +475,4 @@ class InitialProducerSourceInterpreter extends SourceInterpreter {
override def newExceptionValue(tryCatchBlockNode: TryCatchBlockNode, handlerFrame: Frame[_ <: Value], exceptionType: Type): SourceValue = {
new SourceValue(1, ExceptionProducer(handlerFrame))
}
-} \ No newline at end of file
+}