drm/amd/display: Fix indenting in dcn30_set_output_transfer_func()
These lines are a part of the if statement and they are supposed to be indented one more tab. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1e814d630f
commit
d00c3d045c
|
@ -203,9 +203,9 @@ bool dcn30_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