]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Indent.
authorSimon Josefsson <simon@josefsson.org>
Mon, 6 Dec 2010 16:28:58 +0000 (17:28 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 6 Dec 2010 16:28:58 +0000 (17:28 +0100)
lib/gnutls_str.c

index 7a3ef51b895c97bb99ad57c46711b659264750fc..740b4065e2fad8b1ca5ddb3eebed7a4431dffc48 100644 (file)
@@ -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);