Skip to content

Commit

Permalink
removing trailing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jun 2, 2017
1 parent 242c1cf commit ef50e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/src/CheckCiphers.hs
Expand Up @@ -121,7 +121,7 @@ connectRange d p v r = do
then splitAt (length newr `div` 2) newr
else (newr, [])
(lc, ls) <- if length lr > 0
then connectRange d p v lr
then connectRange d p v lr
else return (0,[])
(rc, rs) <- if length rr > 0
then connectRange d p v rr
Expand Down

0 comments on commit ef50e35

Please sign in to comment.