From b1225c11f89dad1a749b6572e50e5e5fce5234e8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 14 May 2016 12:01:37 -0400 Subject: Trailing whitespace cleanup. --- xdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xdr.c') diff --git a/xdr.c b/xdr.c index 299966e..fa12311 100644 --- a/xdr.c +++ b/xdr.c @@ -103,7 +103,7 @@ hal_error_t hal_xdr_encode_buffer(uint8_t **outbuf, const uint8_t * const limit, hal_error_t ret; /* arg checks */ - if (outbuf == NULL || *outbuf == NULL || limit == NULL || + if (outbuf == NULL || *outbuf == NULL || limit == NULL || (value == NULL && len != 0)) return HAL_ERROR_BAD_ARGUMENTS; -- cgit v1.2.3