Spdk/test/lib
Daniel Verkamp 59970a89be astyle: enforce braces around single-line statements
Require braces around all conditional statements, e.g.:

    if (cond)
        statement();

becomes:

    if (cond) {
        statement();
    }

This is the style used through most of the SPDK code, but several
exceptions crept in over time.  Add the astyle option to make sure we
are consistent.

Change-Id: I5a71980147fe8dfb471ff42e8bc06db2124a1a7f
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/390914
Reviewed-by: <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-12-11 11:19:32 -05:00
..
bdev astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
blobfs event: Move spdk_poller_register to io_channel 2017-11-28 12:30:37 -05:00
env astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
event event: Move spdk_poller_register to io_channel 2017-11-28 12:30:37 -05:00
ioat test: move IOAT library unit test to test/unit 2017-06-21 18:57:35 -04:00
json test: move JSON library unit tests to test/unit 2017-06-20 13:46:07 -04:00
nvme astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
Makefile test: move iSCSI unit tests to test/unit 2017-06-28 13:10:27 -04:00
test_env.c nvme: normalize PCI addresses before comparing 2017-11-16 18:17:09 -05:00
ut_multithread.c event: Move spdk_poller_register to io_channel 2017-11-28 12:30:37 -05:00