mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
core: fix some styles
This commit is contained in:
@@ -1039,7 +1039,7 @@ script_repo_file_exists ()
|
||||
int rc;
|
||||
struct stat st;
|
||||
|
||||
filename = script_config_get_xml_filename();
|
||||
filename = script_config_get_xml_filename ();
|
||||
if (!filename)
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user