style: fix clang-format

This commit is contained in:
Vaxry
2024-04-21 21:29:37 +01:00
parent f041d763ae
commit 8afdb8403b
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class CAlphaModifier {
SP<CWpAlphaModifierSurfaceV1> resource;
wlr_surface* pSurface = nullptr;
void setSurfaceAlpha(float a);
void setSurfaceAlpha(float a);
DYNLISTENER(surfaceDestroy);
};