aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-11 21:14:34 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-12 05:15:06 +0000
commit52e496d6a61dba8c1ca24cbf2e66d85885d06fab (patch)
tree74073bb53dbadd542834edc419d7d570d8be87d1 /epan/dissectors/packet-windows-common.c
parent59b615246a3566383c2643430f1e91df25c742bc (diff)
Fix indentation.
Change-Id: Ia9ad8d4f20453c147a96febc90df653c2489ddb5 Reviewed-on: https://code.wireshark.org/review/13207 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-windows-common.c')
-rw-r--r--epan/dissectors/packet-windows-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-windows-common.c b/epan/dissectors/packet-windows-common.c
index fd0d302f25..c63f15c655 100644
--- a/epan/dissectors/packet-windows-common.c
+++ b/epan/dissectors/packet-windows-common.c
@@ -1366,9 +1366,9 @@ dissect_nt_sid(tvbuff_t *tvb, int offset, proto_tree *parent_tree,
*sid_str=NULL;
if(hf_sid==-1){
- /* if no tree, just return the offset of the end_of_SID+1 */
- if (!parent_tree)
- return(offset+(6+(num_auth*4)));
+ /* if no tree, just return the offset of the end_of_SID+1 */
+ if (!parent_tree)
+ return(offset+(6+(num_auth*4)));
hf_sid=hf_nt_sid;
}