diff options
author | Lu Fengqi <[email protected]> | 2018-10-11 13:42:56 +0800 |
---|---|---|
committer | David Sterba <[email protected]> | 2018-10-15 17:23:40 +0200 |
commit | b90e22ba4804d31160f6cd625efa599ba9d286af (patch) | |
tree | bf3c6216ec4d56263203b8b819f40a61cc0e3745 /tools/perf/util/trace-event-scripting.c | |
parent | 06bbf67244fc63c66340bd31f4b2b60d797e886e (diff) |
btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branch
There is no reason to put this check in (!qgroup)'s else branch because
if qgroup is null, it will goto out directly. So move it out to reduce
indentation level. No functional change.
Signed-off-by: Lu Fengqi <[email protected]>
Reviewed-by: Nikolay Borisov <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions