From 08b0052dae6738cdc619be7ff105682e8d63be32 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 14 Apr 2010 15:37:00 +0200 Subject: [PATCH] Fix indent bug. --- lib/includes/gnutls/gnutls.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 19a804474..8f19802b3 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -42,7 +42,9 @@ /* Get ssize_t. */ #ifndef HAVE_SSIZE_T # define HAVE_SSIZE_T -@ DEFINE_SSIZE_T @ +/* *INDENT-OFF* */ +@DEFINE_SSIZE_T@ +/* *INDENT-ON* */ #endif /* Get time_t. */ #include -- 2.11.4.GIT