From 2baa95348d39d3ac59ed69768e53ffdf9070ee55 Mon Sep 17 00:00:00 2001
From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Tue, 11 Feb 2014 17:58:44 +0100
Subject: [PATCH] Add missing line between items

---
 pipstransfo.tex | 1 +
 1 file changed, 1 insertion(+)

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.}
-- 
2.20.1