Mass correction of svn:keywords and svn:eol-style properties.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 10 Aug 2010 17:21:25 +0000 (17:21 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 10 Aug 2010 17:21:25 +0000 (17:21 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@8980 cda61777-01e9-0310-a592-d414129be87e

windows/winx11.c

index c8951b0..c1204ae 100644 (file)
@@ -1,18 +1,18 @@
-/*\r
- * winx11.c: fetch local auth data for X forwarding.\r
- */\r
-\r
-#include <ctype.h>\r
-#include <assert.h>\r
-#include <stdlib.h>\r
-\r
-#include "putty.h"\r
-#include "ssh.h"\r
-\r
-void platform_get_x11_auth(struct X11Display *disp, const Config *cfg)\r
-{\r
-    if (cfg->xauthfile.path[0])\r
-       x11_get_auth_from_authfile(disp, cfg->xauthfile.path);\r
-}\r
-\r
-const int platform_uses_x11_unix_by_default = FALSE;\r
+/*
+ * winx11.c: fetch local auth data for X forwarding.
+ */
+
+#include <ctype.h>
+#include <assert.h>
+#include <stdlib.h>
+
+#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;