Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Sep 15, 2015
1 parent 3a3b772 commit d68b97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liblouis/lou_translateString.c
Expand Up @@ -1350,9 +1350,9 @@ for_selectRule ()
case CTO_ExactDots:
return;
case CTO_NoCross:
if (dontContract || (mode & noContractions))
if (dontContract || (mode & noContractions))
break;
if (syllableBreak ())
if (syllableBreak ())
break;
return;
case CTO_Context:
Expand Down

0 comments on commit d68b97c

Please sign in to comment.