summaryrefslogtreecommitdiff
path: root/wiretap/csids.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-06-18 23:47:50 +0000
committerGuy Harris <guy@alum.mit.edu>2013-06-18 23:47:50 +0000
commit953d1bfd723648d89293f2f32106364fd98bbf8d (patch)
treeb5905ac17e51e32cd35a8bfed4b54b84b0906bdb /wiretap/csids.c
parent81b9276b24c98f393c71d2f939a7e0efa2993262 (diff)
downloadwireshark-953d1bfd723648d89293f2f32106364fd98bbf8d.tar.gz
Slight stylistic cleanup - most routines, when defined, have no space
between the routine name and the opening parenthesis, so remove it from the definition of the seek-read routine. svn path=/trunk/; revision=50026
Diffstat (limited to 'wiretap/csids.c')
-rw-r--r--wiretap/csids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/csids.c b/wiretap/csids.c
index 29a5d79174..7872dbf71f 100644
--- a/wiretap/csids.c
+++ b/wiretap/csids.c
@@ -160,7 +160,7 @@ static gboolean csids_read(wtap *wth, int *err, gchar **err_info,
/* Used to read packets in random-access fashion */
static gboolean
-csids_seek_read (wtap *wth,
+csids_seek_read(wtap *wth,
gint64 seek_off,
struct wtap_pkthdr *phdr,
Buffer *buf,