From 3164cdb352eaadbc395b838c330d95014cecf73f Mon Sep 17 00:00:00 2001 From: sonninnos Date: Wed, 6 Aug 2025 03:40:32 +0300 Subject: [PATCH] Tab cleanup --- libretro-common/file/config_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/file/config_file.c b/libretro-common/file/config_file.c index 311f01612c..a47276028b 100644 --- a/libretro-common/file/config_file.c +++ b/libretro-common/file/config_file.c @@ -841,7 +841,7 @@ config_file_t *config_file_new_from_path_to_string(const char *path) { if (path_is_valid(path)) { - uint8_t *ret_buf = NULL; + uint8_t *ret_buf = NULL; int64_t length = 0; if (filestream_read_file(path, (void**)&ret_buf, &length)) {