misc: format code

This commit is contained in:
nnyyxxxx 2025-03-19 15:13:02 -04:00
parent 86aaaa1890
commit 5b5e86a330
No known key found for this signature in database
GPG key ID: 6038FFD6589902CB

View file

@ -71,7 +71,7 @@ static void onCallbackDone(CLayerSurface* surf, uint32_t when) {
}
void CLayerSurface::sendFrame() {
lastBuffer = lastBuffer == 0 ? 1 : 0;
lastBuffer = lastBuffer == 0 ? 1 : 0;
const auto& PBUFFER = buffers[lastBuffer];
frameCallback = makeShared<CCWlCallback>(pSurface->sendFrame());