From: Simon Josefsson Date: Mon, 6 Dec 2010 16:28:58 +0000 (+0100) Subject: Indent. X-Git-Tag: gnutls_2_11_5~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89e0db19fc88a0c13c4875bb8801f638bcd316e0;p=thirdparty%2Fgnutls.git Indent. --- diff --git a/lib/gnutls_str.c b/lib/gnutls_str.c index 7a3ef51b89..740b4065e2 100644 --- a/lib/gnutls_str.c +++ b/lib/gnutls_str.c @@ -357,7 +357,7 @@ _gnutls_buffer_escape (gnutls_buffer_st * dest, || !isgraph (dest->data[pos])) { - snprintf(t, sizeof(t), "%%%.2X", (unsigned int)dest->data[pos]); + snprintf (t, sizeof (t), "%%%.2X", (unsigned int) dest->data[pos]); _gnutls_buffer_delete_data (dest, pos, 1);