mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Style and line length nits.
This commit is contained in:
@ -269,7 +269,7 @@ window_tree_cmp_pane(const void *a0, const void *b0)
|
||||
result = (*a)->id - (*b)->id;
|
||||
}
|
||||
if (window_tree_sort->reversed)
|
||||
result *= -1;
|
||||
result = -result;
|
||||
return (result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user