]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix indention
authorPascal Ernster <git@hardfalcon.net>
Sun, 22 Oct 2017 21:33:07 +0000 (23:33 +0200)
committerPascal Ernster <git@hardfalcon.net>
Sun, 22 Oct 2017 21:33:07 +0000 (23:33 +0200)
cups/tls-gnutls.c

index f93274815ea22a155a7445e7e3e2d614e9d51d18..2dcb7fe34c4623265affe03205ed4374be119a18 100644 (file)
@@ -1518,7 +1518,7 @@ _httpTLSStart(http_t *http)               /* I - Connection to server */
   if (tls_options & _HTTP_TLS_ALLOW_RC4)
     strlcat(priority_string, ":+ARCFOUR-128", sizeof(priority_string));
   else
-       strlcat(priority_string, ":!ARCFOUR-128", sizeof(priority_string));
+    strlcat(priority_string, ":!ARCFOUR-128", sizeof(priority_string));
 
   strlcat(priority_string, ":!ANON-DH", sizeof(priority_string));