From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Tue, 11 Feb 2014 16:58:44 +0000 (+0100)
Subject: Add missing line between items
X-Git-Url: https://scm.cri.ensmp.fr/git/pipstransfo.git/commitdiff_plain/2baa95348d39d3ac59ed69768e53ffdf9070ee55

Add missing line between items
---

diff --git a/pipstransfo.tex b/pipstransfo.tex
index a31b2fc..b9a9f6d 100644
--- a/pipstransfo.tex
+++ b/pipstransfo.tex
@@ -216,6 +216,7 @@
 \item[goto elimination]{
   is the process of replacing \texttt{goto} instructions by a hierarchical control flow
   graph.}
+
 \item[outlining]{
   is the process of extracting part of a function body into a new function
   and replacing it in the initial function by a function call.}