]> CRI, Mines Paris - PSL - pipstransfo.git/commitdiff
Add missing line between items
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 11 Feb 2014 16:58:44 +0000 (17:58 +0100)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 11 Feb 2014 16:58:44 +0000 (17:58 +0100)
pipstransfo.tex

index a31b2fc2ae7959e945e2f3202c64e5cabb68de3c..b9a9f6d23f79ffdea7d70c03c19dd24c29638232 100644 (file)
 \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.}