Spdk/test/lib/nvme
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
..
aer log: set print level when enabling tracelogs 2017-07-11 18:02:47 -04:00
deallocated_value test/nvme: add app to check value of deallocated blocks 2017-10-13 18:09:08 -04:00
e2edp astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
overhead test/overhead: print error and exit if no device found 2017-08-16 16:13:29 -04:00
reset nvme,reset: remove dpdk dependency 2017-11-27 16:54:40 -05:00
sgl astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
hotplug.sh test/nvme: increase delay between plugging devices 2017-08-11 19:45:26 -04:00
Makefile test/nvme: add app to check value of deallocated blocks 2017-10-13 18:09:08 -04:00
nvme.sh test/nvme: disable AER in nightly tests 2017-12-01 17:00:54 -05:00