Module Name: xsrc Committed By: rin Date: Thu Jul 7 11:42:28 UTC 2022
Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Style. NFC. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 \ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c diff -u xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.38 xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.39 --- xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.38 Wed Jul 6 14:27:50 2022 +++ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c Thu Jul 7 11:42:27 2022 @@ -578,8 +578,7 @@ WsfbPreInit(ScrnInfoPtr pScrn, int flags } #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 @@ WsfbWindowLinear(ScreenPtr pScreen, CARD return ((CARD8 *)fPtr->fbstart + row * fPtr->fbi.fbi_stride + offset); } -/** +/* * For use with shadowUpdateAfb8 * * For video memory layout with non-interleaved bitplanes.