diff --git a/editor/icons/DefaultProjectIcon.svg b/editor/icons/DefaultProjectIcon.svg
index adc26df6c2..b370ceb727 100644
--- a/editor/icons/DefaultProjectIcon.svg
+++ b/editor/icons/DefaultProjectIcon.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/Godot.svg b/editor/icons/Godot.svg
index 4887425f4c..96f4943659 100644
--- a/editor/icons/Godot.svg
+++ b/editor/icons/Godot.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/GodotFile.svg b/editor/icons/GodotFile.svg
index 3989c842dc..03d178ca7c 100644
--- a/editor/icons/GodotFile.svg
+++ b/editor/icons/GodotFile.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/GodotMonochrome.svg b/editor/icons/GodotMonochrome.svg
index d0991e7343..aa46eb8542 100644
--- a/editor/icons/GodotMonochrome.svg
+++ b/editor/icons/GodotMonochrome.svg
@@ -1 +1 @@
-
+
diff --git a/editor/icons/Logo.svg b/editor/icons/Logo.svg
index 6c7121e13b..a32a8f71c2 100644
--- a/editor/icons/Logo.svg
+++ b/editor/icons/Logo.svg
@@ -1 +1 @@
-
+
diff --git a/icon.svg b/icon.svg
index 1add292da2..0adea5f9ec 100644
--- a/icon.svg
+++ b/icon.svg
@@ -1,139 +1 @@
-
-
+
diff --git a/icon_outlined.svg b/icon_outlined.svg
index 08f9f6f863..6b31d44e9a 100644
--- a/icon_outlined.svg
+++ b/icon_outlined.svg
@@ -1,159 +1 @@
-
-
+
diff --git a/logo.svg b/logo.svg
index d771908952..4614959eb2 100644
--- a/logo.svg
+++ b/logo.svg
@@ -1,219 +1 @@
-
-
+
diff --git a/logo_outlined.svg b/logo_outlined.svg
index 8ddc564295..6666915fb6 100644
--- a/logo_outlined.svg
+++ b/logo_outlined.svg
@@ -1,196 +1 @@
-
-
+
diff --git a/misc/dist/icon_console.svg b/misc/dist/icon_console.svg
index d486482f3b..4a0d2d8d7d 100644
--- a/misc/dist/icon_console.svg
+++ b/misc/dist/icon_console.svg
@@ -1,120 +1 @@
-
-
+
diff --git a/misc/dist/project_icon.svg b/misc/dist/project_icon.svg
index 39a8cd6332..5bfc113daa 100644
--- a/misc/dist/project_icon.svg
+++ b/misc/dist/project_icon.svg
@@ -1 +1 @@
-
+
diff --git a/tests/core/io/test_pck_packer.h b/tests/core/io/test_pck_packer.h
index 2f90a31bc0..fc4534a949 100644
--- a/tests/core/io/test_pck_packer.h
+++ b/tests/core/io/test_pck_packer.h
@@ -111,10 +111,10 @@ TEST_CASE("[PCKPacker] Pack a PCK file with some files and directories") {
err == OK,
"The generated non-empty PCK file should be opened successfully.");
CHECK_MESSAGE(
- f->get_length() >= 25000,
+ f->get_length() >= 18000,
"The generated non-empty PCK file should be large enough to actually hold the contents specified above.");
CHECK_MESSAGE(
- f->get_length() <= 35000,
+ f->get_length() <= 27000,
"The generated non-empty PCK file shouldn't be too large.");
}
} // namespace TestPCKPacker