summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-12-06 17:28:58 +0100
committerSimon Josefsson <simon@josefsson.org>2010-12-06 17:28:58 +0100
commit89e0db19fc88a0c13c4875bb8801f638bcd316e0 (patch)
tree5cc73af3f2a28c108ac221667c52e2f839c0f540
parentb6e6fd12028a4c3faab98498840e08cc45239482 (diff)
downloadgnutls-89e0db19fc88a0c13c4875bb8801f638bcd316e0.tar.gz
Indent.
-rw-r--r--lib/gnutls_str.c2
1 files changed, 1 insertions, 1 deletions
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);