drm/amd/display: clean up some inconsistent indentings
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 29 Aug 2022 08:36:27 +0000 (16:36 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Aug 2022 22:00:55 +0000 (18:00 -0400)
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>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c

index 8587b67..769171a 100644 (file)
@@ -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();
                }
        }