[Concept,07/22] test: Drop an unwanted blank line in dm_test_video_box()

Message ID 20250925174753.3429102-8-sjg@u-boot.org
State New
Headers
Series efi: Tidy up some commands and provide a keyboard driver |

Commit Message

Simon Glass Sept. 25, 2025, 5:47 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

This test has a blank line which separates one part of the test from
another. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 test/dm/video.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/test/dm/video.c b/test/dm/video.c
index bb88c17e272..702e9854005 100644
--- a/test/dm/video.c
+++ b/test/dm/video.c
@@ -950,7 +950,6 @@  static int dm_test_video_box(struct unit_test_state *uts)
 		       video_index_to_colour(priv, VID_GREEN), true);
 	video_draw_box(dev, 350, 250, 400, 300, 0,
 		       video_index_to_colour(priv, VID_YELLOW), true);
-
 	ut_asserteq(175, video_compress_fb(uts, dev, false));
 
 	return 0;