Skip to content

Commit

Permalink
yampa: Remove trailing spaces (KSG Haskell 1.3.0 - 4.5.4.2). Refs #255.
Browse files Browse the repository at this point in the history
Do not leave any spaces at the end of any line.
  • Loading branch information
ivanperez-keera committed Mar 25, 2023
1 parent f4a0320 commit ef38902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yampa/examples/yampa-game/MainWiimote.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ height = 480
-- The first two arguments to reactimate are the value of the input signal
-- at time zero and at subsequent times, together with the times between
-- samples.
--
--
-- The third argument to reactimate is the output consumer that renders
-- the signal.
--
Expand Down Expand Up @@ -110,7 +110,7 @@ senseWiimote wmdev = do
let finX = width * propX
finY = height * propY

return (finX, finY)
return (finX, finY)

-- | Initializes the wiimote, optionally returning the sensing function. It
-- returns Nothing if the Wiimote cannot be detected. Users should have a BT
Expand Down

0 comments on commit ef38902

Please sign in to comment.