diff options
author | Mark Meserve <mark.meserve@ni.com> | 2017-03-27 15:21:55 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:44 -0800 |
commit | 24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf (patch) | |
tree | 2fa3694e9898f5410d10c52052c26b7de87e2a6c /mpm/lib/spi | |
parent | 663b7f05a31fdf2d51c4464eab48c9107498a443 (diff) | |
download | uhd-24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf.tar.gz uhd-24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf.tar.bz2 uhd-24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf.zip |
ad9371: whitespace cleanup
Diffstat (limited to 'mpm/lib/spi')
-rw-r--r-- | mpm/lib/spi/mock_spi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpm/lib/spi/mock_spi.cpp b/mpm/lib/spi/mock_spi.cpp index 2508de3ce..28518d7a8 100644 --- a/mpm/lib/spi/mock_spi.cpp +++ b/mpm/lib/spi/mock_spi.cpp @@ -29,7 +29,7 @@ class spidev_impl : public spi { public: - + spidev_impl(const std::string &device) : _mode(SPI_CPHA), _speed(2000000), @@ -107,7 +107,7 @@ private: uint32_t _speed; uint8_t _bits; uint16_t _delay; - + }; spi::sptr spi::make(const std::string &device) |