Clean up indentation.

svn path=/trunk/; revision=50953
This commit is contained in:
Guy Harris 2013-07-27 21:23:19 +00:00
parent 0d414ac0fd
commit b50424fad8
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ typedef struct capture_options_tag {
/* internally used (don't touch from outside) */
gboolean output_to_pipe; /**< save_file is a pipe (named or stdout) */
gboolean capture_child; /**< hidden option: Wireshark child mode */
gboolean capture_child; /**< hidden option: Wireshark child mode */
} capture_options;
/* initialize the capture_options with some reasonable values */