[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

@@ -820,7 +820,8 @@ FREERDP_ENTRY_POINT(UINT serial_DeviceServiceEntry(PDEVICE_SERVICE_ENTRY_POINTS
char* driver;
RDPDR_SERIAL* device;
#if defined __linux__ && !defined ANDROID
size_t i, len;
size_t i;
size_t len;
SERIAL_DEVICE* serial;
#endif /* __linux__ */
UINT error = CHANNEL_RC_OK;