mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
drm/amd/display: clean up some inconsistent indentings
The indentation of statements in the same curly bracket should be consistent. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1892 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
33100f10e2
commit
b3235e8635
|
|
@ -675,9 +675,9 @@ bool dcn32_set_output_transfer_func(struct dc *dc,
|
|||
stream->out_transfer_func,
|
||||
&mpc->blender_params, false))
|
||||
params = &mpc->blender_params;
|
||||
/* there are no ROM LUTs in OUTGAM */
|
||||
if (stream->out_transfer_func->type == TF_TYPE_PREDEFINED)
|
||||
BREAK_TO_DEBUGGER();
|
||||
/* there are no ROM LUTs in OUTGAM */
|
||||
if (stream->out_transfer_func->type == TF_TYPE_PREDEFINED)
|
||||
BREAK_TO_DEBUGGER();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user