From 11b5c15fdb815a2af400bfddef944dbac41a434a Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 25 Feb 2014 15:42:35 -0500 Subject: Remove trailing whitespace Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier Tested-by: Bill Meier --- frame_tvbuff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frame_tvbuff.c') diff --git a/frame_tvbuff.c b/frame_tvbuff.c index 7682f10d2a..be99d8c324 100644 --- a/frame_tvbuff.c +++ b/frame_tvbuff.c @@ -212,7 +212,7 @@ frame_tvbuff_new(const frame_data *fd, const guint8 *buf) frame_tvb = (struct tvb_frame *) tvb; /* XXX, wtap_can_seek() */ - if (cfile.wth && cfile.wth->random_fh + if (cfile.wth && cfile.wth->random_fh #ifdef WANT_PACKET_EDITOR && fd->file_off != -1 /* generic clone for modified packets */ #endif @@ -317,7 +317,7 @@ file_tvbuff_new(const frame_data *fd, const guint8 *buf) frame_tvb = (struct tvb_frame *) tvb; /* XXX, wtap_can_seek() */ - if (cfile.wth && cfile.wth->random_fh + if (cfile.wth && cfile.wth->random_fh #ifdef WANT_PACKET_EDITOR && fd->file_off != -1 /* generic clone for modified packets */ #endif -- cgit v1.2.3