Fix indentation.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 4 Feb 2011 08:07:50 +0000 (08:07 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 4 Feb 2011 08:07:50 +0000 (08:07 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35804 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/pcapng.c

index d9c64dcf368c07f799aeaf244b6f2dc4914677ee..0876470b1aef0f14354c18d1c9d95d403102d9ff 100644 (file)
@@ -334,7 +334,7 @@ pcapng_read_option(FILE_T fh, pcapng_t *pn, pcapng_option_header_t *oh,
        bytes_read = file_read(content, 1, oh->option_length, fh);
        if (bytes_read != oh->option_length) {
                pcapng_debug1("pcapng_read_if_descr_block: failed to read content of option %u", oh->option_code);
-                             *err = file_error(fh);
+               *err = file_error(fh);
                if (*err != 0)
                        return -1;
                return 0;