]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Indent
authorToni Wilen <twilen@winuae.net>
Sat, 14 Feb 2026 11:32:45 +0000 (13:32 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 14 Feb 2026 11:32:45 +0000 (13:32 +0200)
drawing.cpp

index 85c4e036f151e4d6bb977a291934049008b19a40..984fce1ace5240d0fcfe2b0022dbc65109951bf6 100644 (file)
@@ -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;
                }