aboutsummaryrefslogtreecommitdiffstats
path: root/g13/utils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g13/utils.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/g13/utils.c b/g13/utils.c
index 4b374df10..6fe3e5ac1 100644
--- a/g13/utils.c
+++ b/g13/utils.c
@@ -88,7 +88,7 @@ destroy_tupledesc (tupledesc_t tupledesc)
{
if (!tupledesc)
return;
-
+
if (!--tupledesc->refcount)
{
xfree (tupledesc->data);
@@ -174,7 +174,6 @@ next_tuple (tupledesc_t tupledesc, unsigned int *r_tag, size_t *r_length)
return s;
}
}
-
+
return NULL;
}
-