mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
core: fix some styles
This commit is contained in:
@@ -158,7 +158,7 @@ weechat_aspell_command_speller_list_dicts ()
|
||||
enchant_broker_list_dicts (broker, weechat_aspell_enchant_dict_describe_cb,
|
||||
NULL);
|
||||
#else
|
||||
config = new_aspell_config();
|
||||
config = new_aspell_config ();
|
||||
list = get_aspell_dict_info_list (config);
|
||||
elements = aspell_dict_info_list_elements (list);
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ weechat_aspell_speller_new (const char *lang)
|
||||
}
|
||||
#else
|
||||
/* create a speller instance for the newly created cell */
|
||||
config = new_aspell_config();
|
||||
config = new_aspell_config ();
|
||||
aspell_config_replace (config, "lang", lang);
|
||||
#endif /* USE_ENCHANT */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user