From 3fb693ea5209c402ca944086713684fa53e8c34c Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 5 Jan 2016 14:18:50 -0800 Subject: Scalastyle fixes - whitespace or comments only. --- src/test/scala/chiselTests/EnableShiftRegister.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/scala/chiselTests/EnableShiftRegister.scala') diff --git a/src/test/scala/chiselTests/EnableShiftRegister.scala b/src/test/scala/chiselTests/EnableShiftRegister.scala index b19fe3d9..6600df2a 100644 --- a/src/test/scala/chiselTests/EnableShiftRegister.scala +++ b/src/test/scala/chiselTests/EnableShiftRegister.scala @@ -29,7 +29,7 @@ class EnableShiftRegisterTester(c: EnableShiftRegister) extends Tester(c) { for (t <- 0 until 16) { val in = rnd.nextInt(16) val shift = rnd.nextInt(2) - println("SHIFT " + shift + " IN " + in) + println("SHIFT " + shift + " IN " + in) // scalastyle:ignore regex poke(c.io.in, in) poke(c.io.shift, shift) step(1) @@ -44,7 +44,7 @@ class EnableShiftRegisterTester(c: EnableShiftRegister) extends Tester(c) { */ class EnableShiftRegisterSpec extends ChiselPropSpec { - + property("EnableShiftRegister should elaborate") { elaborate { new EnableShiftRegister } } -- cgit v1.2.3