From 070d5cab9419f06b70e495df831a62085575cb60 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 3 Nov 2001 00:19:26 +0000 Subject: Fix the indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4129 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/tvbuff.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'epan/tvbuff.c') diff --git a/epan/tvbuff.c b/epan/tvbuff.c index 25b166b3ba..047441c445 100644 --- a/epan/tvbuff.c +++ b/epan/tvbuff.c @@ -9,7 +9,7 @@ * the data of a backing tvbuff, or can be a composite of * other tvbuffs. * - * $Id: tvbuff.c,v 1.21 2001/11/02 21:39:34 gram Exp $ + * $Id: tvbuff.c,v 1.22 2001/11/03 00:19:26 guy Exp $ * * Copyright (c) 2000 by Gilbert Ramirez * @@ -237,9 +237,9 @@ tvb_free(tvbuff_t* tvb) g_slist_free(tvb->used_in); } - if (tvb->ds_name) { - g_free(tvb->ds_name); - } + if (tvb->ds_name) { + g_free(tvb->ds_name); + } g_chunk_free(tvb, tvbuff_mem_chunk); } -- cgit v1.2.3