Skip to content

Commit

Permalink
Fix code formating issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sidcha committed Jan 10, 2020
1 parent 29f2971 commit dac3c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osdp_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ int phy_build_packet_tail(struct osdp_pd *p, uint8_t * buf, int len, int maxlen)
pkt = (struct osdp_packet_header *)buf;

if (isset_flag(p, PD_FLAG_SC_ACTIVE) &&
pkt->control & PKT_CONTROL_SCB &&
pkt->data[1] >= SCS_15)
pkt->control & PKT_CONTROL_SCB &&
pkt->data[1] >= SCS_15)
{
if (pkt->data[1] == SCS_17 || pkt->data[1] == SCS_18) {
/**
Expand Down

0 comments on commit dac3c9e

Please sign in to comment.