[clang-tidy] readability-isolate-declaration

This commit is contained in:
akallabeth
2024-01-23 16:49:54 +01:00
committed by akallabeth
parent 735dc61cd9
commit 207def5c56
223 changed files with 1951 additions and 803 deletions

View File

@@ -78,7 +78,8 @@ static int rdtk_image_copy_alpha_blend(uint8_t* pDstData, int nDstStep, int nXDs
int rdtk_nine_patch_draw(rdtkSurface* surface, int nXDst, int nYDst, int nWidth, int nHeight,
rdtkNinePatch* ninePatch)
{
int x, y;
int x;
int y;
int width;
int height;
int nXSrc;

View File

@@ -33,7 +33,8 @@ int main(int argc, char** argv)
GC gc;
int index;
int depth;
int x, y;
int x;
int y;
int width;
int height;
uint8_t* buffer;