Skip to content

Commit c687c47

Browse files
committed
Fixing wrong indentation of the vga tb
1 parent fe6f43f commit c687c47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/vga/src/vga_tb.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ int sc_main(int, char*[])
196196
sc_close_vcd_trace_file(wf);
197197
#endif // IPS_DUMP_EN
198198

199-
// Show the images in their respective windows
200-
cv::imshow("TX image", tx_img);
201-
cv::imshow("RX image", rx_img);
199+
// Show the images in their respective windows
200+
cv::imshow("TX image", tx_img);
201+
cv::imshow("RX image", rx_img);
202202

203-
// Wait for a key press indefinitely to keep the windows open
204-
cv::waitKey(0);
203+
// Wait for a key press indefinitely to keep the windows open
204+
cv::waitKey(0);
205205

206206
return 0;
207207
}

0 commit comments

Comments
 (0)