Skip to content

Commit

Permalink
whitespace: Conform to coding convention
Browse files Browse the repository at this point in the history
Signed-off-by: Garming Sam <[email protected]>
Reviewed-by: Noel Power <[email protected]>

Autobuild-User(master): Noel Power <[email protected]>
Autobuild-Date(master): Fri Sep 13 12:33:32 UTC 2019 on sn-devel-184
  • Loading branch information
GSam authored and Noel Power committed Sep 13, 2019
1 parent a0fe965 commit d51bb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/param/loadparm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ bool handle_smb_ports(struct loadparm_context *lp_ctx, struct loadparm_service *
}
}

if(!set_variable_helper(lp_ctx->globals->ctx, parm_num, ptr, "smb ports",
if (!set_variable_helper(lp_ctx->globals->ctx, parm_num, ptr, "smb ports",
pszParmValue)) {
return false;
}
Expand Down

0 comments on commit d51bb31

Please sign in to comment.