From 35477c35d89912eea2ea821da0e7cedb86e00d4d Mon Sep 17 00:00:00 2001 From: "Pascal J. Bourguignon" Date: Tue, 3 Jul 2018 13:33:05 +0200 Subject: [PATCH] Use tabs to indent the comment in rdp_settings too. --- include/freerdp/settings.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/freerdp/settings.h b/include/freerdp/settings.h index 9fdfa3a..ddd08c0 100644 --- a/include/freerdp/settings.h +++ b/include/freerdp/settings.h @@ -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 */ -- 2.7.4