From: Toni Wilen Date: Sat, 14 Feb 2026 11:32:45 +0000 (+0200) Subject: Indent X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=30d2d6dc0243b8e539af2eb4ab817110418790f8;p=francis%2Fwinuae.git Indent --- diff --git a/drawing.cpp b/drawing.cpp index 85c4e036..984fce1a 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -5559,7 +5559,7 @@ static void lts_null(void) denise_hcounter &= 511; denise_hcounter_next++; denise_hcounter_next &= 511; - denise_pixtotal++; + denise_pixtotal++; } if (denise_pixtotal == 0) { internal_pixel_start_cnt = internal_pixel_cnt; @@ -5681,7 +5681,7 @@ static void get_line(int monid, int gfx_ypos, enum nln_how how, int lol_shift_pr denise_pixtotal *= 2; if (buf1) { - int maxw = (uae_u32*)xlinebuffer_end - buf1; + int maxw = (uae_u32*)xlinebuffer_end - buf1; if ((denise_pixtotal_max << hresolution) > maxw) { denise_pixtotal_max = maxw >> hresolution; }