From caa1fb094c34d3504dd29a2847a9836b8a7620fb Mon Sep 17 00:00:00 2001
From: BoomMicrophone <boommicrophone@noreply.localhost>
Date: Tue, 26 Mar 2024 15:57:41 +0100
Subject: [PATCH] nullglob globstar gobble up those nuts

shoutout to gpg for not working

Signed-off-by: BoomMicrophone <boommicrophone@noreply.localhost>
---
 src/suyu/game_list.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/suyu/game_list.h b/src/suyu/game_list.h
index 684a7ba2d9..4adb6403ef 100644
--- a/src/suyu/game_list.h
+++ b/src/suyu/game_list.h
@@ -56,7 +56,7 @@ enum class GameListRemoveTarget {
 enum class DumpRomFSTarget {
     Normal,
     SDMC,
-}; 
+};
 
 enum class GameListShortcutTarget {
     Desktop,
-- 
GitLab