Fix indentation.

Change-Id: Ia5d19031ecb55a2716f3b1654d3b546fb6bda0cc
Reviewed-on: https://code.wireshark.org/review/13203
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-01-11 20:51:10 -08:00
parent eaf59eb472
commit 6f47bcd902
1 changed files with 1 additions and 1 deletions

View File

@ -4748,7 +4748,7 @@ static int dissect_giop_common (tvbuff_t * tvb, packet_info * pinfo, proto_tree
giop_message_flags, ENC_BIG_ENDIAN);
if ((header.flags & GIOP_MESSAGE_FLAGS_ENDIANNESS) == 0)
proto_item_append_text(ti, ", (Big Endian)"); /* hack to show "Big Endian" when endianness flag == 0 */
break;
break;
case 0:
proto_tree_add_boolean(header_tree, hf_giop_message_flags_little_endian, tvb, 6, 1, stream_is_big_endian ? 0 : 1);
break;