Tab cleanup

This commit is contained in:
sonninnos 2025-08-06 03:40:32 +03:00
parent 02e932e21f
commit 3164cdb352
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{