summaryrefslogtreecommitdiff
path: root/pcapio.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-08-05 16:10:44 -0400
committerBill Meier <wmeier@newsguy.com>2014-08-05 20:42:21 +0000
commitf3dd7fe1eb5348922b079db2bdede700d4d28fbd (patch)
tree7382b5da9a3c1de3eba0e91aed54c087fcfea549 /pcapio.c
parentdfe331e35e0400942d3ad9e4b5f8c84369546b6d (diff)
downloadwireshark-f3dd7fe1eb5348922b079db2bdede700d4d28fbd.tar.gz
Fix whitespace/indentation to match editor modelines.
Change-Id: I3445ae22f10584582d465bf632942e016f5f70ca Reviewed-on: https://code.wireshark.org/review/3452 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'pcapio.c')
-rw-r--r--pcapio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcapio.c b/pcapio.c
index 5393232509..91cec77f52 100644
--- a/pcapio.c
+++ b/pcapio.c
@@ -249,8 +249,8 @@ pcapng_count_string_option(const char *option_value)
/* There's a value to write; get its length */
return (guint32)(sizeof(struct option) +
(guint16)ADD_PADDING(strlen(option_value)));
- }
- return 0; /* nothing to write */
+ }
+ return 0; /* nothing to write */
}
static gboolean
@@ -734,11 +734,11 @@ pcapng_write_interface_statistics_block(FILE* pfile,
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
- * c-basic-offset: 4
+ * c-basic-offset: 8
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
- * vi: set shiftwidth=4 tabstop=8 expandtab:
- * :indentSize=4:tabSize=8:noTabs=true:
+ * vi: set shiftwidth=8 tabstop=8 expandtab:
+ * :indentSize=8:tabSize=8:noTabs=true:
*/