Remove spaces at the end of lines
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b81d3a5..b65dd63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@
 * Add experimental API for reading and writing gain maps in AVIF files.
   If enabled at compile time, add `gainMap` field to `avifImage`,
   add `qualityGainMap` field to `avifEncoder`, add `gainMapPresent`,
-  `enableDecodingGainMap`, `enableParsingGainMapMetadata` and 
+  `enableDecodingGainMap`, `enableParsingGainMapMetadata` and
   `ignoreColorAndAlpha` to `avifDecoder`.
   Utility functions for working with gain maps are also added.
   Gain maps allow readers that support them to display HDR images that look
@@ -35,7 +35,7 @@
   input files.
 * Add experimental support for layered AVIF encoding in avifenc.
   Use the --layered flag to enable layered AVIF encoding.
-  Layered AVIF has multiple layers, which works like frame of animated AVIF, 
+  Layered AVIF has multiple layers, which works like frame of animated AVIF,
   and layers can be rendered in progressive manner on supported viewers
   (e.g. Chrome 94 or newer).
   Only aom supports layered AVIF encoding at the time of writing.
@@ -92,7 +92,7 @@
 * ext/libjpeg.cmd now pulls libjpeg-turbo instead of libjpeg and AVIF_JPEG=LOCAL
   now expects the library dependency in ext/libjpeg-turbo/build.libavif.
 * Fix 'iloc' box parsing bugs that may have wrongly accepted, rejected or parsed
-  some files with rare values of offset_size, length_size, base_offset_size and 
+  some files with rare values of offset_size, length_size, base_offset_size and
   index_size.
 
 ## [1.0.4] - 2024-02-08
diff --git a/README.md b/README.md
index 148b5cc..55aa04f 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@
 ```sh
 vcpkg install libavif
 ```
-You can also download the official windows binaries on the 
+You can also download the official windows binaries on the
 [release](https://github.com/AOMediaCodec/libavif/releases) page.
 
 ### macOS
@@ -57,7 +57,7 @@
 
 For the "default" MSYS2 UCRT64 environment:
 ```sh
-pacman -S mingw-w64-ucrt-x86_64-libavif 
+pacman -S mingw-w64-ucrt-x86_64-libavif
 ```
 
 ## Build Notes