mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Intentation/whitespace fixes
Change several instances of space-indentation to tabs, matching the surrounding code.
This commit is contained in:
parent
70f9db3cbd
commit
2b9be6e2ed
1 changed files with 4 additions and 4 deletions
|
|
@ -318,21 +318,21 @@ int main(int argc, char **argv)
|
|||
can call our dirty-checker after each iteration */
|
||||
while (!quitting) {
|
||||
if (reload_config) {
|
||||
/* SIGHUP received, do /RELOAD */
|
||||
/* SIGHUP received, do /RELOAD */
|
||||
reload_config = FALSE;
|
||||
signal_emit("command reload", 1, "");
|
||||
signal_emit("command reload", 1, "");
|
||||
}
|
||||
|
||||
dirty_check();
|
||||
|
||||
term_refresh_freeze();
|
||||
g_main_iteration(TRUE);
|
||||
term_refresh_thaw();
|
||||
term_refresh_thaw();
|
||||
}
|
||||
|
||||
g_main_destroy(main_loop);
|
||||
textui_deinit();
|
||||
|
||||
session_upgrade(); /* if we /UPGRADEd, start the new process */
|
||||
session_upgrade(); /* if we /UPGRADEd, start the new process */
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue