Remove trailing whitespace.

Change-Id: I95534bb2b88eaf48f2329282041118cd034c812b
diff --git a/docs/opcodes/opcode-04-move-wide.html b/docs/opcodes/opcode-04-move-wide.html
index e043be9..8a3bd00 100644
--- a/docs/opcodes/opcode-04-move-wide.html
+++ b/docs/opcodes/opcode-04-move-wide.html
@@ -19,7 +19,7 @@
 <p>
 Note: It is legal to move from vN to either vN-1 or vN+1, so implementations
 must arrange for both halves of a register pair to be read before anything is
-written. 
+written.
 </p>
 
 <h2>Details</h2>
diff --git a/docs/opcodes/opcode-07-move-object.html b/docs/opcodes/opcode-07-move-object.html
index e62750d..f290277 100644
--- a/docs/opcodes/opcode-07-move-object.html
+++ b/docs/opcodes/opcode-07-move-object.html
@@ -79,7 +79,7 @@
     becomes undefined.
   </li>
 </ul>
- 
+
 <h2>Exceptions</h2>
 
 <p>
diff --git a/docs/opcodes/opcode-0a-move-result.html b/docs/opcodes/opcode-0a-move-result.html
index f043d13..616087f 100644
--- a/docs/opcodes/opcode-0a-move-result.html
+++ b/docs/opcodes/opcode-0a-move-result.html
@@ -17,7 +17,7 @@
 Move the single-word non-object result of the most recent invoke-kind into the
 indicated register. This must be done as the instruction immediately after an
 invoke-kind whose (single-word, non-object) result is not to be ignored;
-anywhere else is invalid. 
+anywhere else is invalid.
 </p>
 
 <h2>Details</h2>
@@ -57,7 +57,7 @@
   <li>
     The result delivered by the invoke-kind instruction must not be a reference
     value or require a register pair.
-  </li> 
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -76,7 +76,7 @@
     becomes undefined.
   </li>
 </ul>
- 
+
 <h2>Exceptions</h2>
 
 <p>
@@ -89,7 +89,7 @@
 This instruction can also be thought of as reading the contents of a special
 "result" register that is made valid and defined by executing a non-void return
 instruction or a filled-new-array instruction. The execution of any other
-instruction (including this one) renders this special register invalid. 
+instruction (including this one) renders this special register invalid.
 </p>
 
 </body>
diff --git a/docs/opcodes/opcode-0b-move-result-wide.html b/docs/opcodes/opcode-0b-move-result-wide.html
index c3e5779..c53517a 100644
--- a/docs/opcodes/opcode-0b-move-result-wide.html
+++ b/docs/opcodes/opcode-0b-move-result-wide.html
@@ -17,7 +17,7 @@
 Move the double-word result of the most recent invoke-kind into the indicated
 register pair. This must be done as the instruction immediately after an
 invoke-kind whose (double-word) result is not to be ignored; anywhere else is
-invalid. 
+invalid.
 </p>
 
 <h2>Details</h2>
@@ -60,7 +60,7 @@
     or a double value.
   </li>
 </ul>
- 
+
 <h2>Behavior</h2>
 
 <ul>
@@ -81,7 +81,7 @@
     becomes undefined.
   </li>
 </ul>
- 
+
 <h2>Exceptions</h2>
 
 <p>
diff --git a/docs/opcodes/opcode-0c-move-result-object.html b/docs/opcodes/opcode-0c-move-result-object.html
index f065fed..1538735 100644
--- a/docs/opcodes/opcode-0c-move-result-object.html
+++ b/docs/opcodes/opcode-0c-move-result-object.html
@@ -77,7 +77,7 @@
     becomes undefined.
   </li>
 </ul>
- 
+
 <h2>Exceptions</h2>
 
 <p>
@@ -90,7 +90,7 @@
 This instruction can also be thought of as reading the contents of a special
 "result" register that is made valid and defined by executing a non-void return
 instruction or a filled-new-array instruction. The execution of any other
-instruction (including this one) renders this special register invalid. 
+instruction (including this one) renders this special register invalid.
 </p>
 
 </body>
diff --git a/docs/opcodes/opcode-0d-move-exception.html b/docs/opcodes/opcode-0d-move-exception.html
index 3c3bc83..0f756d0 100644
--- a/docs/opcodes/opcode-0d-move-exception.html
+++ b/docs/opcodes/opcode-0d-move-exception.html
@@ -17,7 +17,7 @@
 Save a just-caught exception into the given register. This should be the first
 instruction of any exception handler whose caught exception is not to be
 ignored, and this instruction may only ever occur as the first instruction of an
-exception handler; anywhere else is invalid. 
+exception handler; anywhere else is invalid.
 </p>
 
 <h2>Details</h2>
@@ -51,7 +51,7 @@
     the handlers defined for the method in the Dex file.
   </li>
 </ul>
- 
+
 <h2>Behavior</h2>
 
 <ul>
diff --git a/docs/opcodes/opcode-0e-return-void.html b/docs/opcodes/opcode-0e-return-void.html
index 7a9431e..0498f81 100644
--- a/docs/opcodes/opcode-0e-return-void.html
+++ b/docs/opcodes/opcode-0e-return-void.html
@@ -14,7 +14,7 @@
 <h2>Purpose</h2>
 
 <p>
-Return from a void method. 
+Return from a void method.
 </p>
 
 <h2>Details</h2>
@@ -72,8 +72,8 @@
       </li>
     </ul>
   </li>
-</ul> 
-          
+</ul>
+
 <h2>Exceptions</h2>
 
 <p>
diff --git a/docs/opcodes/opcode-0f-return.html b/docs/opcodes/opcode-0f-return.html
index 33e0b7c..4de55ea 100644
--- a/docs/opcodes/opcode-0f-return.html
+++ b/docs/opcodes/opcode-0f-return.html
@@ -52,8 +52,8 @@
   <li>
     The type of vA must match the return type of the method.
   </li>
-</ul> 
-    
+</ul>
+
 <h2>Behavior</h2>
 
 <ul>
@@ -89,7 +89,7 @@
     </ul>
   </li>
 </ul>
- 
+
 <h2>Exceptions</h2>
 
 <p>
diff --git a/docs/opcodes/opcode-10-return-wide.html b/docs/opcodes/opcode-10-return-wide.html
index f1a6b83..4ccfce4 100644
--- a/docs/opcodes/opcode-10-return-wide.html
+++ b/docs/opcodes/opcode-10-return-wide.html
@@ -53,7 +53,7 @@
     The type of vA must match the return type of the method.
   </li>
 </ul>
- 
+
 <h2>Behavior</h2>
 
 <ul>
diff --git a/docs/opcodes/opcode-11-return-object.html b/docs/opcodes/opcode-11-return-object.html
index 369233c..b4866ed 100644
--- a/docs/opcodes/opcode-11-return-object.html
+++ b/docs/opcodes/opcode-11-return-object.html
@@ -84,7 +84,7 @@
       </li>
     </ul>
   </li>
-</ul> 
+</ul>
 
 <h2>Exceptions</h2>
 
diff --git a/docs/opcodes/opcode-12-const.html b/docs/opcodes/opcode-12-const.html
index b2d894f..d2b6ef9 100644
--- a/docs/opcodes/opcode-12-const.html
+++ b/docs/opcodes/opcode-12-const.html
@@ -15,7 +15,7 @@
 
 <p>
 Move the given literal value (sign-extended to 32 bits, if necessary) into the
-specified register. 
+specified register.
 </p>
 
 <h2>Details</h2>
@@ -72,7 +72,7 @@
     <ul>
       <li>
         If we are executing the /high16 variant, then B is left-shifted by 16
-        bits, that is, B'=B << 0x10 
+        bits, that is, B'=B << 0x10
       <li>
         Otherwise, if B is a 4 bit or 16 bit constant, it is sign-extended to 32
         bits, that is, B'=sign-extended(B).
@@ -91,7 +91,7 @@
     If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
   </li>
 </ul>
-     
+
 <h2>Exceptions</h2>
 
 <p>
diff --git a/docs/opcodes/opcode-16-const-wide.html b/docs/opcodes/opcode-16-const-wide.html
index ac92b04..6197e35 100644
--- a/docs/opcodes/opcode-16-const-wide.html
+++ b/docs/opcodes/opcode-16-const-wide.html
@@ -15,7 +15,7 @@
 
 <p>
 Move the given literal value (sign-extended to 64 bits) into the specified
-register-pair. 
+register-pair.
 </p>
 
 <h2>Details</h2>
@@ -98,7 +98,7 @@
   <li>
     If v(A+2) is the upper half of a register pair, v(A+2)' becomes undefined.
   </li>
-</ul> 
+</ul>
 
 <h2>Exceptions</h2>
 
diff --git a/docs/opcodes/opcode-1a-const-string.html b/docs/opcodes/opcode-1a-const-string.html
index bd89b70..d10c115 100644
--- a/docs/opcodes/opcode-1a-const-string.html
+++ b/docs/opcodes/opcode-1a-const-string.html
@@ -15,7 +15,7 @@
 
 <p>
 Move a reference to the string specified by the given index into the specified
-register. 
+register.
 </p>
 
 <h2>Details</h2>
@@ -52,7 +52,7 @@
   </li>
   <li>
     B must be a valid index into the string constant pool.
-  </li>     
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -72,7 +72,7 @@
   </li>
   <li>
     If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
-  </li> 
+  </li>
 </ul>
 
 <h2>Exceptions</h2>
diff --git a/docs/opcodes/opcode-1b-const-class.html b/docs/opcodes/opcode-1b-const-class.html
index 7a33e77..f40b986 100644
--- a/docs/opcodes/opcode-1b-const-class.html
+++ b/docs/opcodes/opcode-1b-const-class.html
@@ -16,7 +16,7 @@
 <p>
 Move a reference to the class specified by the given index into the specified
 register. In the case where the indicated type is primitive, this will store a
-reference to the primitive type's degenerate class. 
+reference to the primitive type's degenerate class.
 </p>
 
 <h2>Details</h2>
diff --git a/docs/opcodes/opcode-1d-monitor-enter.html b/docs/opcodes/opcode-1d-monitor-enter.html
index cecc939..28c10f4 100644
--- a/docs/opcodes/opcode-1d-monitor-enter.html
+++ b/docs/opcodes/opcode-1d-monitor-enter.html
@@ -14,7 +14,7 @@
 <h2>Purpose</h2>
 
 <p>
-Acquire the monitor for the indicated object. 
+Acquire the monitor for the indicated object.
 </p>
 
 <h2>Details</h2>
@@ -46,7 +46,7 @@
     Register vA must contain a reference to an object.
   </li>
 </ul>
- 
+
 <h2>Behavior</h2>
 
 <ul>
diff --git a/docs/opcodes/opcode-1e-monitor-exit.html b/docs/opcodes/opcode-1e-monitor-exit.html
index bee711d..cd7b165 100644
--- a/docs/opcodes/opcode-1e-monitor-exit.html
+++ b/docs/opcodes/opcode-1e-monitor-exit.html
@@ -25,7 +25,7 @@
 catch-all (e.g., finally) block as the monitor cleanup for that block itself,
 as a way to handle the arbitrary exceptions that might get thrown due to the
 historical implementation of Thread.stop(), while still managing to have proper
-monitor hygiene. 
+monitor hygiene.
 </p>
 
 <h2>Details</h2>
@@ -57,7 +57,7 @@
     Register vA must contain a reference to an object.
   </li>
 </ul>
- 
+
 <h2>Behavior</h2>
 
 <ul>
@@ -83,7 +83,7 @@
     an exception handler it cannot be distinguished from the same type of
     exception being thrown immediately after the monitor-exit instruction.
   </li>
-</ul> 
+</ul>
 
 <h2>Exceptions</h2>
 
diff --git a/docs/opcodes/opcode-1f-check-cast.html b/docs/opcodes/opcode-1f-check-cast.html
index 6325ca4..8eedd2d 100644
--- a/docs/opcodes/opcode-1f-check-cast.html
+++ b/docs/opcodes/opcode-1f-check-cast.html
@@ -15,7 +15,7 @@
 
 <p>
 Throw if the reference in the given register cannot be cast to the indicated
-type. The type must be a reference type (not a primitive type). 
+type. The type must be a reference type (not a primitive type).
 </p>
 
 <h2>Details</h2>
@@ -53,8 +53,8 @@
   <li>
     Type pool entry B must contain a valid type descriptor for a reference type.
   </li>
-</ul> 
-    
+</ul>
+
 <h2>Behavior</h2>
 
 <ul>
diff --git a/docs/opcodes/opcode-20-instance-of.html b/docs/opcodes/opcode-20-instance-of.html
index 5dbfef7..88076d8 100644
--- a/docs/opcodes/opcode-20-instance-of.html
+++ b/docs/opcodes/opcode-20-instance-of.html
@@ -55,7 +55,7 @@
   <li>
     Type constant pool entry C must contain a valid type descriptor for a
     reference type.
-  </li> 
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -88,7 +88,7 @@
   </li>
   <li>
     If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
-  </li> 
+  </li>
 
 <h2>Exceptions</h2>
 
diff --git a/docs/opcodes/opcode-21-array-length.html b/docs/opcodes/opcode-21-array-length.html
index 5767742..8072a7c 100644
--- a/docs/opcodes/opcode-21-array-length.html
+++ b/docs/opcodes/opcode-21-array-length.html
@@ -48,7 +48,7 @@
     Register vB must contain a reference to an array.
   </li>
 </ul>
-    
+
 <h2>Behavior</h2>
 
 <ul>
diff --git a/docs/opcodes/opcode-22-new-instance.html b/docs/opcodes/opcode-22-new-instance.html
index ec0a347..bdcfc3e 100644
--- a/docs/opcodes/opcode-22-new-instance.html
+++ b/docs/opcodes/opcode-22-new-instance.html
@@ -15,7 +15,7 @@
 
 <p>
 Construct a new instance of the indicated type, storing a reference to it in the
-destination. The type must refer to a non-array class. 
+destination. The type must refer to a non-array class.
 </p>
 
 <h2>Details</h2>
@@ -77,7 +77,7 @@
   </li>
   <li>
     If v(A+1) is the upper part of a register pair, v(A+1)' becomes undefined.
-  </li>     
+  </li>
 </ul>
 
 <h2>Exceptions</h2>
@@ -88,7 +88,7 @@
   </li>
   <li>
     All exceptions that are possible during instantiation can occur.
-  </li> 
+  </li>
 </ul>
 
 </body>
diff --git a/docs/opcodes/opcode-23-new-array.html b/docs/opcodes/opcode-23-new-array.html
index be46a49..29327e9 100644
--- a/docs/opcodes/opcode-23-new-array.html
+++ b/docs/opcodes/opcode-23-new-array.html
@@ -15,7 +15,7 @@
 
 <p>
 Construct a new array of the indicated type and size. The type must be an array
-type. 
+type.
 </p>
 
 <h2>Details</h2>
@@ -56,7 +56,7 @@
   </li>
   <li>
     Type constant pool entry C must contain a valid array type descriptor.
-  </li>   
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -87,7 +87,7 @@
   </li>
   <li>
     If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
-  </li> 
+  </li>
 </ul>
 
 <h2>Exceptions</h2>
@@ -101,7 +101,7 @@
   </li>
   <li>
     All exceptions that are possible during instantiation can occur.
-  </li> 
+  </li>
 </ul>
 
 </body>
diff --git a/docs/opcodes/opcode-24-filled-new-array.html b/docs/opcodes/opcode-24-filled-new-array.html
index cba0c5d..1dfa089 100644
--- a/docs/opcodes/opcode-24-filled-new-array.html
+++ b/docs/opcodes/opcode-24-filled-new-array.html
@@ -21,7 +21,7 @@
 store their results, so the constructed instance must be moved to a register
 with a subsequent move-result-object instruction (if it is to be used).
 </p>
- 
+
 <h2>Details</h2>
 
 <table class="instruc">
@@ -80,9 +80,9 @@
   <li>
     If the element type is a reference type, then all actual arguments
     (vD .. vA, depending on B) must be references, too.
-  </li> 
+  </li>
 </ul>
-    
+
 <h2>Behavior</h2>
 
 <ul>
@@ -115,7 +115,7 @@
         If B > 3 then R[3] = vG
       </li>
       <li>
-        If B > 4 then R[4] = vA 
+        If B > 4 then R[4] = vA
       </li>
     </ul>
   </li>
@@ -123,7 +123,7 @@
     No reference to R is stored in any register. Instead, R can be accessed by a
     move-result-object instruction immediately following this filled-new-array
     instruction.
-  </li> 
+  </li>
 </ul>
 
 <h2>Exceptions</h2>
@@ -137,7 +137,7 @@
   </li>
   <li>
     All exceptions that are possible during instantiation can occur.
-  </li> 
+  </li>
 </ul>
 
 </body>
diff --git a/docs/opcodes/opcode-25-filled-new-array-range.html b/docs/opcodes/opcode-25-filled-new-array-range.html
index 944a8b1..2ee7505 100644
--- a/docs/opcodes/opcode-25-filled-new-array-range.html
+++ b/docs/opcodes/opcode-25-filled-new-array-range.html
@@ -16,7 +16,7 @@
 <p>
 Construct an array of the given type and size, filling it with the supplied
 contents. Clarifications and restrictions are the same as filled-new-array,
-described above. 
+described above.
 </p>
 
 <h2>Details</h2>
@@ -70,7 +70,7 @@
   </li>
   <li>
     The element size of the type denoted by B must be no larger than 32 bits.
-  </li> 
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -102,7 +102,7 @@
         ...
       </li>
       <li>
-        J[vA] = vN 
+        J[vA] = vN
       </li>
     </ul>
   </li>
@@ -110,7 +110,7 @@
     No reference to J is stored in any register. Instead, J can be accessed by a
     move-result-object instruction immediately following this filled-new-array
     instruction.
-  </li> 
+  </li>
 </ul>
 
 <h2>Exceptions</h2>
diff --git a/docs/opcodes/opcode-26-fill-array-data.html b/docs/opcodes/opcode-26-fill-array-data.html
index c5040a5..77b45ae 100644
--- a/docs/opcodes/opcode-26-fill-array-data.html
+++ b/docs/opcodes/opcode-26-fill-array-data.html
@@ -21,7 +21,7 @@
 Note: The address of the table is guaranteed to be even (that is, 4-byte
 aligned). If the code size of the method is otherwise odd, then an extra code
 unit is inserted between the main code and the table whose value is the same as
-a nop. 
+a nop.
 </p>
 
 <h2>Details</h2>
@@ -69,8 +69,8 @@
   <li>
     The table size must be equal or smaller than the array length.
   </li>
-</ul>  
-     
+</ul>
+
 <h2>Behavior</h2>
 
 <ul>
@@ -88,7 +88,7 @@
 
 <ul>
   <li>
-    NullPointerException if vA is null.   
+    NullPointerException if vA is null.
   </li>
 </ul>
 
diff --git a/docs/opcodes/opcode-27-throw.html b/docs/opcodes/opcode-27-throw.html
index f4416ce..1a0eb09 100644
--- a/docs/opcodes/opcode-27-throw.html
+++ b/docs/opcodes/opcode-27-throw.html
@@ -50,7 +50,7 @@
     to the usual rules of the Java programming language.
   </li>
 </ul>
- 
+
 <h2>Behavior</h2>
 
 <ul>
@@ -73,7 +73,7 @@
   </li>
   <li>
     Otherwise, the indicated exception.
-  </li>   
+  </li>
 </ul>
 
 </body>
diff --git a/docs/opcodes/opcode-28-goto.html b/docs/opcodes/opcode-28-goto.html
index 5ca92b6..fec294c 100644
--- a/docs/opcodes/opcode-28-goto.html
+++ b/docs/opcodes/opcode-28-goto.html
@@ -18,7 +18,7 @@
 </p>
 <p>
 Note: The branch offset may not be 0. (A spin loop may be legally constructed
-either with goto/32 or by including a nop as a target before the branch.) 
+either with goto/32 or by including a nop as a target before the branch.)
 </p>
 
 <h2>Details</h2>
@@ -48,7 +48,7 @@
   </li>
   <li>
     A must not be 0.
-  </li>   
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -60,7 +60,7 @@
   </li>
   <li>
     Executions resumes at PC'.
-  </li>   
+  </li>
 </ul>
 
 <h2>Exceptions</h2>
diff --git a/docs/opcodes/opcode-29-goto-16.html b/docs/opcodes/opcode-29-goto-16.html
index abe4aec..791456b 100644
--- a/docs/opcodes/opcode-29-goto-16.html
+++ b/docs/opcodes/opcode-29-goto-16.html
@@ -18,7 +18,7 @@
 </p>
 <p>
 Note: The branch offset may not be 0. (A spin loop may be legally constructed
-either with goto/32 or by including a nop as a target before the branch.) 
+either with goto/32 or by including a nop as a target before the branch.)
 </p>
 
 <h2>Details</h2>
@@ -48,7 +48,7 @@
   </li>
   <li>
     A must not be 0.
-  </li>   
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -60,7 +60,7 @@
   </li>
   <li>
     Executions resumes at PC'.
-  </li>   
+  </li>
 </ul>
 
 <h2>Exceptions</h2>
diff --git a/docs/opcodes/opcode-2a-goto-32.html b/docs/opcodes/opcode-2a-goto-32.html
index 7d64ac9..b98dd85 100644
--- a/docs/opcodes/opcode-2a-goto-32.html
+++ b/docs/opcodes/opcode-2a-goto-32.html
@@ -53,7 +53,7 @@
   </li>
   <li>
     Executions resumes at PC'.
-  </li>   
+  </li>
 </ul>
 
 <h2>Exceptions</h2>
diff --git a/docs/opcodes/opcode-2b-packed-switch.html b/docs/opcodes/opcode-2b-packed-switch.html
index 73125bd..b2d5251 100644
--- a/docs/opcodes/opcode-2b-packed-switch.html
+++ b/docs/opcodes/opcode-2b-packed-switch.html
@@ -22,7 +22,7 @@
 Note: The address of the table is guaranteed to be even (that is, 4-byte
 aligned). If the code size of the method is otherwise odd, then an extra code
 unit is inserted between the main code and the table whose value is the same as
-a nop. 
+a nop.
 </p>
 
 <h2>Details</h2>
@@ -92,7 +92,7 @@
     statement.
   </li>
 </ul>
- 
+
 <h2>Exceptions</h2>
 
 <p>
diff --git a/docs/opcodes/opcode-2c-sparse-switch.html b/docs/opcodes/opcode-2c-sparse-switch.html
index cec581e..9d81eda 100644
--- a/docs/opcodes/opcode-2c-sparse-switch.html
+++ b/docs/opcodes/opcode-2c-sparse-switch.html
@@ -22,7 +22,7 @@
 Note: The address of the table is guaranteed to be even (that is, 4-byte
 aligned). If the code size of the method is otherwise odd, then an extra code
 unit is inserted between the main code and the table whose value is the same as
-a nop. 
+a nop.
 </p>
 
 <h2>Details</h2>
@@ -87,11 +87,11 @@
       </li>
     </ul>
   </li>
-  <li> 
+  <li>
     Otherwise execution continues at the instruction following the sparse-switch
     statement.
   </li>
-</ul> 
+</ul>
 
 <h2>Exceptions</h2>
 
diff --git a/docs/opcodes/opcode-2d-cmp-kind.html b/docs/opcodes/opcode-2d-cmp-kind.html
index 431ccd4..f55a006 100644
--- a/docs/opcodes/opcode-2d-cmp-kind.html
+++ b/docs/opcodes/opcode-2d-cmp-kind.html
@@ -24,7 +24,7 @@
 For example, to check to see if floating point a < b, then it is advisable to
 use cmpg-float; a result of -1 indicates that the test was true, and the other
 values indicate it was false either due to a valid comparison or because one
-or the other values was NaN. 
+or the other values was NaN.
 </p>
 
 <h2>Details</h2>
@@ -71,7 +71,7 @@
     For the -long variant, both both vB and vC must be the lower part of a
     register pair holding a long value.
   </li>
-</ul> 
+</ul>
 
 <h2>Behavior</h2>
 
@@ -109,8 +109,8 @@
   <li>
     If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
   </li>
-</ul> 
-    
+</ul>
+
 <h2>Exceptions</h2>
 
 <p>
diff --git a/docs/opcodes/opcode-32-if-test.html b/docs/opcodes/opcode-32-if-test.html
index af0adb2..ee394f6 100644
--- a/docs/opcodes/opcode-32-if-test.html
+++ b/docs/opcodes/opcode-32-if-test.html
@@ -20,7 +20,7 @@
 <p>
 Note: The branch offset may not be 0. (A spin loop may be legally constructed
 either by branching around a backward goto or by including a nop as a target
-before the branch.) 
+before the branch.)
 </p>
 
 <h2>Details</h2>
@@ -68,7 +68,7 @@
   </li>
     C must of a signed offset that, when added to the PC of the instruction,
     points to a valid bytecode instruction inside the same method.
-  </li> 
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -89,7 +89,7 @@
       </li>
     </ul>
   </li>
-</ul> 
+</ul>
 
 <h2>Exceptions</h2>
 
diff --git a/docs/opcodes/opcode-38-if-testz.html b/docs/opcodes/opcode-38-if-testz.html
index 354e894..060bbdb 100644
--- a/docs/opcodes/opcode-38-if-testz.html
+++ b/docs/opcodes/opcode-38-if-testz.html
@@ -20,7 +20,7 @@
 <p>
   Note: The branch offset may not be 0. (A spin loop may be legally constructed
   either by branching around a backward goto or by including a nop as a target
-  before the branch.) 
+  before the branch.)
 </p>
 
 <h2>Details</h2>
@@ -67,7 +67,7 @@
   </li>
   <li>
     B must not be 0.
-  </li> 
+  </li>
 </ul>
 
 <h2>Behavior</h2>
diff --git a/docs/opcodes/opcode-44-aget.html b/docs/opcodes/opcode-44-aget.html
index b9d6f23..6e8836f 100644
--- a/docs/opcodes/opcode-44-aget.html
+++ b/docs/opcodes/opcode-44-aget.html
@@ -15,7 +15,7 @@
 
 <p>
 Perform the identified array operation at the identified index of the given
-array, storing into the value register. 
+array, storing into the value register.
 </p>
 
 <h2>Details</h2>
@@ -63,7 +63,7 @@
   </li>
   <li>
     Register vC must contain an integer value.
-  </li> 
+  </li>
 </ul>
 
 <h2>Behavior</h2>
@@ -97,7 +97,7 @@
     v(A+2)' becomes undefined.
   </li>
 </ul>
-    
+
 <h2>Exceptions</h2>
 
 <ul>
@@ -107,7 +107,7 @@
   <li>
     ArrayIndexOutOfBoundsException if vC < 0 or vC >= array.length.
   </li>
-</ul> 
+</ul>
 
 </body>
 </html>
diff --git a/docs/opcodes/opcode-7b-unop.html b/docs/opcodes/opcode-7b-unop.html
index 1068a25..8b06092 100644
--- a/docs/opcodes/opcode-7b-unop.html
+++ b/docs/opcodes/opcode-7b-unop.html
@@ -84,7 +84,7 @@
 
 <ul>
   <li>
-    The given operation &lt;unop&gt; is performed according to the semantics 
+    The given operation &lt;unop&gt; is performed according to the semantics
     specified in table XXX.
   </li>
   <li>