From 1e0d8ee4fdedb304709e348bfa88bdf9ac96c98c Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 10 Aug 2010 17:21:25 +0000 Subject: [PATCH] Mass correction of svn:keywords and svn:eol-style properties. [originally from svn r8980] --- windows/winx11.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/windows/winx11.c b/windows/winx11.c index c8951b08..c1204ae1 100644 --- a/windows/winx11.c +++ b/windows/winx11.c @@ -1,18 +1,18 @@ -/* - * winx11.c: fetch local auth data for X forwarding. - */ - -#include -#include -#include - -#include "putty.h" -#include "ssh.h" - -void platform_get_x11_auth(struct X11Display *disp, const Config *cfg) -{ - if (cfg->xauthfile.path[0]) - x11_get_auth_from_authfile(disp, cfg->xauthfile.path); -} - -const int platform_uses_x11_unix_by_default = FALSE; +/* + * winx11.c: fetch local auth data for X forwarding. + */ + +#include +#include +#include + +#include "putty.h" +#include "ssh.h" + +void platform_get_x11_auth(struct X11Display *disp, const Config *cfg) +{ + if (cfg->xauthfile.path[0]) + x11_get_auth_from_authfile(disp, cfg->xauthfile.path); +} + +const int platform_uses_x11_unix_by_default = FALSE; -- 2.45.2