mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Fix indentation derp
This commit is contained in:
parent
ff07d3569b
commit
4ce3683333
@ -137,7 +137,7 @@ char *path_remove_extension(char *path)
|
||||
**/
|
||||
bool path_contains_compressed_file(const char *path)
|
||||
{
|
||||
return (strchr(path,'#') != NULL);
|
||||
return (strchr(path, '#') != NULL);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -327,15 +327,15 @@ bool menu_shader_manager_save_preset(
|
||||
{
|
||||
if (!string_is_empty(basename))
|
||||
strlcpy(preset_path, buffer, sizeof(preset_path));
|
||||
if (config_file_write(conf, preset_path))
|
||||
{
|
||||
RARCH_LOG("Saved shader preset to %s.\n", preset_path);
|
||||
if (apply)
|
||||
menu_shader_manager_set_preset(NULL, type, preset_path);
|
||||
ret = true;
|
||||
}
|
||||
else
|
||||
RARCH_LOG("Failed writing shader preset to %s.\n", preset_path);
|
||||
if (config_file_write(conf, preset_path))
|
||||
{
|
||||
RARCH_LOG("Saved shader preset to %s.\n", preset_path);
|
||||
if (apply)
|
||||
menu_shader_manager_set_preset(NULL, type, preset_path);
|
||||
ret = true;
|
||||
}
|
||||
else
|
||||
RARCH_LOG("Failed writing shader preset to %s.\n", preset_path);
|
||||
}
|
||||
|
||||
config_file_free(conf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user