Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xf86-video-wsfb/dist/src Style. NFC.



details:   https://anonhg.NetBSD.org/xsrc/rev/7254c083acce
branches:  trunk
changeset: 6990:7254c083acce
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Jul 07 11:42:27 2022 +0000

description:
Style. NFC.

diffstat:

 external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 79e62877dcde -r 7254c083acce external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c
--- a/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c       Wed Jul 06 14:27:50 2022 +0000
+++ b/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c       Thu Jul 07 11:42:27 2022 +0000
@@ -578,8 +578,7 @@
        }
 #endif
 #if defined(__NetBSD__) && defined(WSDISPLAY_TYPE_AMIGACC)
-       if (wstype == WSDISPLAY_TYPE_AMIGACC)
-       {
+       if (wstype == WSDISPLAY_TYPE_AMIGACC) {
                /*
                 * Video memory is organized in bitplanes.
                 * 8bpp or 1bpp supported in this driver.
@@ -1264,7 +1263,7 @@
        return ((CARD8 *)fPtr->fbstart + row * fPtr->fbi.fbi_stride + offset);
 }
 
-/**
+/*
  * For use with shadowUpdateAfb8
  *
  * For video memory layout with non-interleaved bitplanes.



Home | Main Index | Thread Index | Old Index