From aa7fe1d3139ad2259c6b4559ec2369a19095eb2f Mon Sep 17 00:00:00 2001 From: David FORT Date: Thu, 25 Feb 2016 15:03:14 +0100 Subject: [PATCH] Fixed indentation --- include/freerdp/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freerdp/session.h b/include/freerdp/session.h index 3d81f4a..9d7ed51 100644 --- a/include/freerdp/session.h +++ b/include/freerdp/session.h @@ -22,7 +22,7 @@ #include /* Logon Information Types */ -#define INFO_TYPE_LOGON 0x00000000 +#define INFO_TYPE_LOGON 0x00000000 #define INFO_TYPE_LOGON_LONG 0x00000001 #define INFO_TYPE_LOGON_PLAIN_NOTIFY 0x00000002 #define INFO_TYPE_LOGON_EXTENDED_INF 0x00000003 -- 2.7.4