aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-03 00:19:26 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-03 00:19:26 +0000
commit6d24afcb1f64c301fe262d5c0fd68760c3f0cf4f (patch)
treecad2537739ece118dcfadbec094dcba09429f995 /epan
parent920b294065d33dd32e1f024d2b936abf0764fc98 (diff)
Fix the indentation.
svn path=/trunk/; revision=4129
Diffstat (limited to 'epan')
-rw-r--r--epan/tvbuff.c8
1 files changed, 4 insertions, 4 deletions
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 <gram@xiexie.org>
*
@@ -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);
}