mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
source cleanup: remove trailing whitespaces
This commit is contained in:
parent
503cbeb330
commit
51239925ec
44 changed files with 92 additions and 92 deletions
|
|
@ -629,7 +629,7 @@ static void perl_register_protocol(CHAT_PROTOCOL_REC *rec)
|
|||
perl_eval_pv(code, TRUE);
|
||||
}
|
||||
|
||||
pcode = g_strdup_printf(find_use_code,
|
||||
pcode = g_strdup_printf(find_use_code,
|
||||
settings_get_str("perl_use_lib"), name);
|
||||
sv = perl_eval_pv(pcode, TRUE);
|
||||
g_free(pcode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue