summaryrefslogtreecommitdiff
path: root/pcapio.c
diff options
context:
space:
mode:
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:
*/