From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Tue, 11 Feb 2014 12:16:19 +0000 (+0100)
Subject: Fix bad line break
X-Git-Url: https://scm.cri.minesparis.psl.eu/git/pipstransfo.git/commitdiff_plain/3906dede2abec0ff63d7fa33abfeabc743a537ef?ds=inline;hp=6ffc144e063c3bd45b367345e9b4e37a13055662

Fix bad line break
---

diff --git a/pipstransfo.tex b/pipstransfo.tex
index e3046b8..7a6bbcb 100644
--- a/pipstransfo.tex
+++ b/pipstransfo.tex
@@ -115,8 +115,7 @@
   are private to a loop body, i.e.\ written first, then read.}
 
 \item[loop normalization]{is a loop transformation that changes
-  the loop initial increment value or the loop range to enforce certain values, generally
-  1.}
+  the loop initial increment value or the loop range to enforce certain values, generally~1.}
 
 \item[iteration clamping]{is a loop transformation that extends
   the loop range but guards the loop body with the former range.}