mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-01 22:33:30 +00:00
tty: fix codding-style around for_each_bit call
Wraping "{" to next line after for-each macros is wrong.
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
parent
abfe0b5d24
commit
1bb84f96f5
1 changed files with 1 additions and 2 deletions
|
|
@ -398,8 +398,7 @@ static int tty_verify_active_pairs(void)
|
|||
{
|
||||
unsigned long i, unpaired_slaves = 0;
|
||||
|
||||
for_each_bit(i, tty_active_pairs)
|
||||
{
|
||||
for_each_bit(i, tty_active_pairs) {
|
||||
if ((i % 2) == 0) {
|
||||
if (test_bit(i + 1, tty_active_pairs)) {
|
||||
i++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue