Fix some indentation errors from the previous change.

svn path=/trunk/; revision=42118
This commit is contained in:
Guy Harris 2012-04-18 00:54:11 +00:00
parent e3053e0105
commit 81209da65b
1 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ typedef gboolean (*subtype_seek_read_func)(struct wtap*, gint64, union wtap_pseu
*/
struct wtap {
FILE_T fh;
FILE_T random_fh; /**< Secondary FILE_T for random access */
FILE_T random_fh; /**< Secondary FILE_T for random access */
int file_type;
guint snapshot_length;
struct Buffer *frame_buffer;
@ -73,8 +73,8 @@ struct wtap {
* types
*/
int tsprecision; /* timestamp precision of the lower 32bits
* e.g. WTAP_FILE_TSPREC_USEC
*/
* e.g. WTAP_FILE_TSPREC_USEC
*/
wtap_new_ipv4_callback_t add_new_ipv4;
wtap_new_ipv6_callback_t add_new_ipv6;
GPtrArray *fast_seek;