aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap_opttypes.h
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-01-30 12:05:54 -0800
committerGuy Harris <gharris@sonic.net>2021-01-30 12:05:54 -0800
commit8c83f31063a9f1f99cba7af7f388c8780cabda05 (patch)
treef50776505b51b7a13f4cea83f046d54f0e47211a /wiretap/wtap_opttypes.h
parent3db10d02e9cf8908ef31b98f6019f49c8210f5f9 (diff)
wiretap: fix indentation.
Diffstat (limited to 'wiretap/wtap_opttypes.h')
-rw-r--r--wiretap/wtap_opttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap_opttypes.h b/wiretap/wtap_opttypes.h
index 2a1c8e8611..f9477b56cd 100644
--- a/wiretap/wtap_opttypes.h
+++ b/wiretap/wtap_opttypes.h
@@ -435,7 +435,7 @@ wtap_block_set_string_option_value_format(wtap_block_t block, guint option_id, c
*/
WS_DLL_PUBLIC wtap_opttype_return_val
wtap_block_set_nth_string_option_value_format(wtap_block_t block, guint option_id, guint idx, const char *format, ...)
- G_GNUC_PRINTF(4,5);
+ G_GNUC_PRINTF(4,5);
/** Get string option value from a block
*