From f3dd7fe1eb5348922b079db2bdede700d4d28fbd Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 5 Aug 2014 16:10:44 -0400 Subject: Fix whitespace/indentation to match editor modelines. Change-Id: I3445ae22f10584582d465bf632942e016f5f70ca Reviewed-on: https://code.wireshark.org/review/3452 Reviewed-by: Bill Meier --- pcapio.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pcapio.c') 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: */ -- cgit v1.2.3