Clean up whitespace.

Change-Id: I67616d3ea6d325000c22c550c4d20c320b1c51db
Reviewed-on: https://code.wireshark.org/review/22195
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-06-17 14:50:31 -07:00
parent 57fece13e0
commit 4370054431
1 changed files with 3 additions and 3 deletions

View File

@ -9235,9 +9235,9 @@ proto_registrar_dump_values(void)
PROTO_REGISTRAR_GET_NTH(i, hfinfo);
if (hfinfo->id == hf_text_only) {
continue;
}
if (hfinfo->id == hf_text_only) {
continue;
}
/* ignore protocols */
if (proto_registrar_is_protocol(i)) {