Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Mar 5, 2023
1 parent 2457af1 commit 92171c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgb_to_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ void rgb_to_hdmi_main() {
if (last_subprofile != parameters[F_SUB_PROFILE] || restart_profile) {
ntsc_status = (modeset << NTSC_LAST_IIGS_SHIFT) | (parameters[F_NTSC_COLOUR] << NTSC_LAST_ARTIFACT_SHIFT);
}
geometry_get_fb_params(capinfo);
geometry_get_fb_params(capinfo);
restart_profile = 0;
last_divider = cpld->get_divider();
last_sync_edge = cpld->get_sync_edge();
Expand Down

0 comments on commit 92171c3

Please sign in to comment.