Skip to content

Commit

Permalink
Replace tabs by 8 spaces to follow RIOT syle guide
Browse files Browse the repository at this point in the history
RIOT style guide says, that one indentation level must be 4 spaces.
  • Loading branch information
MatthiasBraeuer committed Dec 16, 2019
1 parent f2426ce commit ede4046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions saul_cord_ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static int register_rd(void) {
puts("Registering with RD now, this may take a short while...");

if (cord_ep_register(&remote, regif) != CORD_EP_OK) {
_notify(SAUL_CORD_EP_DEREGISTERED);
_notify(SAUL_CORD_EP_DEREGISTERED);
return 1;
}

Expand Down Expand Up @@ -129,8 +129,8 @@ static void *_reg_runner(void *arg)
_notify(SAUL_CORD_EP_UPDATED);
}
else {
_notify(SAUL_CORD_EP_DEREGISTERED);
saul_cord_ep_register();
_notify(SAUL_CORD_EP_DEREGISTERED);
saul_cord_ep_register();
_set_timer();
}
}
Expand Down

0 comments on commit ede4046

Please sign in to comment.