Style tweak in client.cc
This commit is contained in:
parent
8020d96474
commit
3019118b10
|
@ -60,9 +60,9 @@ void Client::handle_available_input(EventMode mode)
|
|||
killpg(getpgrp(), SIGINT);
|
||||
else
|
||||
m_pending_keys.push_back(key);
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
while (Optional<Key> key = get_next_key(mode))
|
||||
|
@ -87,7 +87,6 @@ void Client::handle_available_input(EventMode mode)
|
|||
ClientManager::instance().remove_client(*this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Client::print_status(DisplayLine status_line)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user