summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-10-02 12:42:54 -0700
committerGuy Harris <guy@alum.mit.edu>2015-10-02 19:43:21 +0000
commitbe41ebccfe079b5f3777c6f2e805b86deae131b7 (patch)
tree00b9c6d5f4dc889f8a5f5b43c51c636e9959f3ac
parente7c3775aef865fe9f9d7463110d975ef30198ea8 (diff)
downloadwireshark-be41ebccfe079b5f3777c6f2e805b86deae131b7.tar.gz
Fix indentation after previous change.
Change-Id: I64ead71afe09cb330163d4a15fc1310d07a23bb1 Reviewed-on: https://code.wireshark.org/review/10751 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--wiretap/vwr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/vwr.c b/wiretap/vwr.c
index 67d0227120..bf727185a4 100644
--- a/wiretap/vwr.c
+++ b/wiretap/vwr.c
@@ -573,8 +573,8 @@ static int vwr_get_fpga_version(wtap *, int *, gchar **);
static gboolean vwr_read_s1_W_rec(vwr_t *, struct wtap_pkthdr *, Buffer *,
const guint8 *, int, int *, gchar **);
static gboolean vwr_read_s2_s3_W_rec(vwr_t *, struct wtap_pkthdr *, Buffer *,
- const guint8 *, int, int, int *,
- gchar **);
+ const guint8 *, int, int, int *,
+ gchar **);
static gboolean vwr_read_rec_data_ethernet(vwr_t *, struct wtap_pkthdr *,
Buffer *, const guint8 *, int,
int, int *, gchar **);
@@ -1152,8 +1152,8 @@ static gboolean vwr_read_s1_W_rec(vwr_t *vwr, struct wtap_pkthdr *phdr,
static gboolean vwr_read_s2_s3_W_rec(vwr_t *vwr, struct wtap_pkthdr *phdr,
- Buffer *buf, const guint8 *rec, int rec_size,
- int IS_TX, int *err, gchar **err_info)
+ Buffer *buf, const guint8 *rec, int rec_size,
+ int IS_TX, int *err, gchar **err_info)
{
guint8 *data_ptr;
int bytes_written = 0; /* bytes output to buf so far */