 /* The breakpoint is usually at 960px, the additional space is to allow for the margin. */
Index: wp-content/themes/twentysixteen/rtl.css
===================================================================
--- wp-content/themes/twentysixteen/rtl.css	(revision 45104)
+++ wp-content/themes/twentysixteen/rtl.css	(working copy)
@@ -681,7 +681,7 @@
 		margin-right: 1.473684211em;
 		margin-left: 0;
 		width: -webkit-calc(50% - 0.736842105em);
-		width: calc(50% - 0.736842105em);;
+		width: calc(50% - 0.736842105em);
 	}
 
 	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignright.below-entry-meta {
Index: wp-content/themes/twentyten/blocks.css
===================================================================
--- wp-content/themes/twentyten/blocks.css	(revision 45104)
+++ wp-content/themes/twentyten/blocks.css	(working copy)
@@ -55,7 +55,7 @@
 }
 
 .wp-block-image figcaption {
-	margin: -7px 0 20px;;
+	margin: -7px 0 20px;
 	padding: 9px 9px 1.0em;
 	text-align: center;
 }
Index: wp-includes/ID3/module.tag.id3v2.php
===================================================================
--- wp-includes/ID3/module.tag.id3v2.php	(revision 45104)
+++ wp-includes/ID3/module.tag.id3v2.php	(working copy)
@@ -2045,7 +2045,7 @@
 					$subframe['encodingid'] = ord(substr($subframe_rawdata, 0, 1));
 					$subframe['text']       =     substr($subframe_rawdata, 1);
 					$subframe['encoding']   = $this->TextEncodingNameLookup($subframe['encodingid']);
-					$encoding_converted_text = trim(getid3_lib::iconv_fallback($subframe['encoding'], $info['encoding'], $subframe['text']));;
+					$encoding_converted_text = trim(getid3_lib::iconv_fallback($subframe['encoding'], $info['encoding'], $subframe['text']));
 					switch (substr($encoding_converted_text, 0, 2)) {
 						case "\xFF\xFE":
 						case "\xFE\xFF":
@@ -2142,7 +2142,7 @@
 					$subframe['encodingid'] = ord(substr($subframe_rawdata, 0, 1));
 					$subframe['text']       =     substr($subframe_rawdata, 1);
 					$subframe['encoding']   = $this->TextEncodingNameLookup($subframe['encodingid']);
-					$encoding_converted_text = trim(getid3_lib::iconv_fallback($subframe['encoding'], $info['encoding'], $subframe['text']));;
+					$encoding_converted_text = trim(getid3_lib::iconv_fallback($subframe['encoding'], $info['encoding'], $subframe['text']));
 					switch (substr($encoding_converted_text, 0, 2)) {
 						case "\xFF\xFE":
 						case "\xFE\xFF":
Index: wp-includes/sodium_compat/src/Core32/Int32.php
===================================================================
--- wp-includes/sodium_compat/src/Core32/Int32.php	(revision 45104)
+++ wp-includes/sodium_compat/src/Core32/Int32.php	(working copy)
@@ -582,7 +582,7 @@
      */
     public static function fromInt($signed)
     {
-        ParagonIE_Sodium_Core32_Util::declareScalarType($signed, 'int', 1);;
+        ParagonIE_Sodium_Core32_Util::declareScalarType($signed, 'int', 1);
         /** @var int $signed */
         $signed = (int) $signed;
 
Index: wp-includes/sodium_compat/src/Core/SipHash.php
===================================================================
--- wp-includes/sodium_compat/src/Core/SipHash.php	(revision 45104)
+++ wp-includes/sodium_compat/src/Core/SipHash.php	(working copy)
@@ -70,7 +70,7 @@
         # v1=ROTL(v1,17);
         list($v[2], $v[3]) = self::rotl_64((int) $v[2], (int) $v[3], 17);
 
-        #  v1 ^= v2;;
+        #  v1 ^= v2;
         $v[2] ^= $v[4];
         $v[3] ^= $v[5];
 
