drm/amd/display: indent an if statement

The if statement isn't indented and it makes static checkers complain.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Dan Carpenter 2018-08-14 12:09:45 +03:00 committed by Alex Deucher
parent 35fb722074
commit 43fbbe89f1

View file

@ -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;