]> andersk Git - openssh.git/blobdiff - compat.c
- OpenBSD CVS updates.
[openssh.git] / compat.c
index e3b6db2dc332003accc1188956f4b98a5c8c49f6..e4abaa02a492140601f793d7ec6b29142de743db 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -39,14 +39,14 @@ int compat13 = 0;
 int compat20 = 0;
 int datafellows = 0;
 
-void 
+void
 enable_compat20(void)
 {
        verbose("Enabling compatibility mode for protocol 2.0");
        compat20 = 1;
        packet_set_ssh2_format();
 }
-void 
+void
 enable_compat13(void)
 {
        verbose("Enabling compatibility mode for protocol 1.3");
This page took 0.055507 seconds and 4 git commands to generate.