summaryrefslogtreecommitdiff
path: root/test/files/scalap/typeAnnotations.check
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-07-29 21:36:11 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2013-08-15 13:16:52 +0200
commita4a43a19b4b3f16285671ece2c9d82ea10adc0e8 (patch)
tree15ef0c5384b34476cd0e26139d9572987aafa9a3 /test/files/scalap/typeAnnotations.check
parentf2de2c4ec43180351ef1f306bcc5f24643ba5477 (diff)
downloadscala-a4a43a19b4b3f16285671ece2c9d82ea10adc0e8.tar.gz
scala-a4a43a19b4b3f16285671ece2c9d82ea10adc0e8.tar.bz2
scala-a4a43a19b4b3f16285671ece2c9d82ea10adc0e8.zip
Whitespace fixes in scala/tools/scalap
Diffstat (limited to 'test/files/scalap/typeAnnotations.check')
-rw-r--r--test/files/scalap/typeAnnotations.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/scalap/typeAnnotations.check b/test/files/scalap/typeAnnotations.check
index 407b0235c6..cba69f8e41 100644
--- a/test/files/scalap/typeAnnotations.check
+++ b/test/files/scalap/typeAnnotations.check
@@ -1,8 +1,8 @@
abstract class TypeAnnotations[@scala.specialized R] extends scala.AnyRef {
def this() = { /* compiled code */ }
@scala.specialized
- val x : scala.Int = { /* compiled code */ }
+ val x: scala.Int = { /* compiled code */ }
@scala.specialized
type T
- def compose[@scala.specialized A](x : A, y : R) : A = { /* compiled code */ }
+ def compose[@scala.specialized A](x: A, y: R): A = { /* compiled code */ }
}