Commit 43fbbe89 authored by Dan Carpenter's avatar Dan Carpenter Committed by Alex Deucher

drm/amd/display: indent an if statement

The if statement isn't indented and it makes static checkers complain.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 35fb7220
......@@ -367,7 +367,7 @@ static bool is_dp_and_hdmi_sharable(
if (stream1->clamping.c_depth != COLOR_DEPTH_888 ||
stream2->clamping.c_depth != COLOR_DEPTH_888)
return false;
return false;
return true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment