Fix indentation.

Change-Id: Idb9344f0e08331f9e888a547bff9adf9f01334d5
Reviewed-on: https://code.wireshark.org/review/27524
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-05-14 01:23:04 -07:00
parent 6e88943d0e
commit 5fef0e8c37
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ const gchar* expert_get_summary(expert_field *eiindex)
/* Look up the item */
EXPERT_REGISTRAR_GET_NTH(eiindex->ei, eiinfo);
return eiinfo->summary;
return eiinfo->summary;
}
/** clear flags according to the mask and set new flag values */