From 6a5a6cca84221b90b14dbac8730cafef7f60e410 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 16:13:04 +0200 Subject: Replace tabs with 4 spaces in Dotty tests. --- tests/pos/t0770.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/pos/t0770.scala') diff --git a/tests/pos/t0770.scala b/tests/pos/t0770.scala index 7a0a2bf9b..54990ec09 100644 --- a/tests/pos/t0770.scala +++ b/tests/pos/t0770.scala @@ -1,13 +1,13 @@ trait A { - private[this] val p = 5 + private[this] val p = 5 - def f = (b: Byte) => p + def f = (b: Byte) => p } trait B { - def failure: Boolean - def success = !failure + def failure: Boolean + def success = !failure } -- cgit v1.2.3