llc: clean up indentation.

This commit is contained in:
Guy Harris 2020-11-29 00:53:45 -08:00
parent 7dd469f801
commit 3f8423c267
1 changed files with 9 additions and 9 deletions

View File

@ -474,8 +474,8 @@ dissect_llc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_)
* with the DSAP.
*/
if (!dissector_try_uint(
xid_subdissector_table, dsap, next_tvb,
pinfo, tree)) {
xid_subdissector_table, dsap,
next_tvb, pinfo, tree)) {
call_data_dissector(next_tvb, pinfo, tree);
}
}