diff --git a/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php b/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php
index 17637a5336..a86393805f 100644
--- a/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php
+++ b/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php
@@ -28,7 +28,7 @@
-
+
diff --git a/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php b/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
index afc81c4e63..3a8837f976 100644
--- a/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
+++ b/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
@@ -17,6 +17,6 @@
) ); ?>
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 4bfacdec93..f48d6d7282 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.7-RC1-39383';
+$wp_version = '4.7-RC1-39385';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.