Skip to content

Commit

Permalink
Fix indentation (use spaces instead of tabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosetree committed Dec 9, 2019
1 parent 0f746e2 commit 0246832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saul_coap.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ CborError export_phydat_to_cbor(CborEncoder *encoder, uint8_t *cbor_buf, size_t

err = cbor_encoder_close_container(encoder, &mapEncoder);
if (err != CborNoError) {
return err;
return err;
}

return CborNoError;
Expand Down

0 comments on commit 0246832

Please sign in to comment.