Skip to content

Commit 3164cdb

Browse files
committed
Tab cleanup
1 parent 02e932e commit 3164cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libretro-common/file/config_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ config_file_t *config_file_new_from_path_to_string(const char *path)
841841
{
842842
if (path_is_valid(path))
843843
{
844-
uint8_t *ret_buf = NULL;
844+
uint8_t *ret_buf = NULL;
845845
int64_t length = 0;
846846
if (filestream_read_file(path, (void**)&ret_buf, &length))
847847
{

0 commit comments

Comments
 (0)