game-music-emu: gme.txt: Remove trailing spaces

From 29732312440edbc17d9bbcad77db6825fb09bba3 Mon Sep 17 00:00:00 2001
From: Wohlstand <[EMAIL REDACTED]>
Date: Tue, 3 Oct 2023 13:15:08 +0300
Subject: [PATCH] gme.txt: Remove trailing spaces

---
 gme.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gme.txt b/gme.txt
index cbddf7f..31cb94d 100644
--- a/gme.txt
+++ b/gme.txt
@@ -209,7 +209,7 @@ examples assume these variables:
 
 If you're letting the library determine a file's type, you can use
 either gme_open_file() or gme_open_data():
-	
+
 	error = gme_open_file( pathname, &emu );
 	error = gme_open_data( pointer, size, &emu );
 
@@ -227,7 +227,7 @@ create an emulator, you can use the following methods of loading:
 		// code that reads 'count' bytes into 'out' buffer
 		// and return 0 if no error
 	}
-	
+
 	error = gme_load_custom( emu, my_read, file_size, my_data );