about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index fd4a26a..ab869da 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -25,7 +25,7 @@
   <br><br>
 
   <div class="code">
-  <pre class="codeline">; r2 malloc://1024                            # allocate 1KB of memory</pre>
+  <pre class="codeline">; r2 malloc://1024                           # allocate 1KB of memory</pre>
   <pre class="codeline">[0x00000000]> e asm.arch = x86               # define the arch to use</pre>
   <pre class="codeline">[0x00000000]> e asm.bits = 32                # define the bits to use</pre>
   <pre class="codeline">[0x00000000]> aei                            # init vm</pre>
@@ -40,7 +40,7 @@
   <pre class="codeline">[0x00000000]> f theend=0                     # set the end flag to 0</pre>
   <pre class="codeline">[0x00000000]> aes                            # step</pre>
   <pre class="codeline">[0x00000000]> ?v 1+theend                    # check if the end cond. is met</pre>
-  <pre class="codeline">..                                            # in a loop</pre>
+  <pre class="codeline">..                                           # in a loop</pre>
   <pre class="codeline">[0x00000000]> aes                            # step</pre>
   <pre class="codeline">[0x00000000]> ?v 1+theend                    # check if the end cond. is met</pre>
   </div>