mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
Use tabs to indent the comment in rdp_settings too.
This commit is contained in:
@@ -846,12 +846,12 @@ typedef struct _RDPDR_PARALLEL RDPDR_PARALLEL;
|
||||
struct rdp_settings
|
||||
{
|
||||
/**
|
||||
* WARNING: this data structure is carefully padded for ABI stability!
|
||||
* Keeping this area clean is particularly challenging, so unless you are
|
||||
* a trusted developer you should NOT take the liberty of adding your own
|
||||
* options straight into the ABI stable zone. Instead, append them to the
|
||||
* very end of this data structure, in the zone marked as ABI unstable.
|
||||
*/
|
||||
* WARNING: this data structure is carefully padded for ABI stability!
|
||||
* Keeping this area clean is particularly challenging, so unless you are
|
||||
* a trusted developer you should NOT take the liberty of adding your own
|
||||
* options straight into the ABI stable zone. Instead, append them to the
|
||||
* very end of this data structure, in the zone marked as ABI unstable.
|
||||
*/
|
||||
|
||||
ALIGN64 void* instance; /* 0 */
|
||||
UINT64 padding001[16 - 1]; /* 1 */
|
||||
|
||||
Reference in New Issue
Block a user