Clean-up: coding style fixes in dynamic-buffer.c
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 10 Jun 2020 17:00:16 +0000 (13:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 10 Jun 2020 21:30:49 +0000 (17:30 -0400)
commit12aacdf65716d710aca1bf81a782a2ab7cef8492
tree7f85e3d3789e125f279ea07e62be4760e5b4da6e
parentb30fa1919a1e0274b8d4734acb8cb54753808609
Clean-up: coding style fixes in dynamic-buffer.c

1) An empty line is expected before any statement after a scope is
   closed
2) Variables should be marked const where possible.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I803e62fd759348416faae0bc108cacc726ce64da
src/common/dynamic-buffer.c
This page took 0.025735 seconds and 5 git commands to generate.