Private
Public Access
2
0

initio.c: Re-applied clang-format for source

Ran clang-format to conform to mraa's coding guide.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2018-07-23 21:51:58 -07:00
parent e772aec69d
commit b3c1c5ac3c
2 changed files with 47 additions and 101 deletions

View File

@@ -29,18 +29,6 @@
/* MRAA API common test fixture */
class mraa_initio_h_unit : public ::testing::Test
{
protected:
/* One-time setup logic if needed */
mraa_initio_h_unit() {}
/* One-time tear-down logic if needed */
virtual ~mraa_initio_h_unit() {}
/* Per-test setup logic if needed */
virtual void SetUp() {}
/* Per-test tear-down logic if needed */
virtual void TearDown() {}
};
/* Test for an invalid AIO init. */