[Reproducible-commits] [presentations] 04/10: FOSDEM15: cosmetics

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Jan 29 01:43:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository presentations.

commit d3bf9060fbe4d3ae05598130f2dbd337c42207dd
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Jan 29 02:20:36 2015 +0100

    FOSDEM15: cosmetics
---
 2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn b/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
index b4165d4..9e373fa 100644
--- a/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
+++ b/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
@@ -138,7 +138,8 @@ Result of fixing the bug (asm)
 Resulting difference in the binary
 ----------------------------------
 
-What's the difference between \texttt{\StringTok{if (a > b)}} and \texttt{\OtherTok{if (a >= b)}} in x86 assembly?
+What's the difference between \texttt{\StringTok{if (a > b)}}  
+and \texttt{\OtherTok{if (a >= b)}} in x86 assembly?
 
 ----------   ---------------------------------------   --------------------------------------
 assembly:                   \texttt{\StringTok{JLE}}   \texttt{\OtherTok{JL}}
@@ -146,7 +147,7 @@ opcode:                    \texttt{0x7\StringTok{E}}   \texttt{0x7\OtherTok{C}}
 binary:       \texttt{011111\StringTok{\textbf{1}}0}   \texttt{011111\OtherTok{\textbf{0}}0}
 ----------   ---------------------------------------   --------------------------------------
 
-\begin{center}\Huge
+\begin{center}\Large
 A single bit!
 \end{center}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list