diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-12-19 13:06:40 -0500 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-01-12 12:27:05 -0500 |
| commit | 6bb97a97f12fdd438f75a98be4b58c7973b9df09 (patch) | |
| tree | db20efdaf87410ef32b8ea9d323b1ba3ce018fc9 /readd.cpp | |
| parent | 4c9c454382e5b307476ec27737f13cb09523238c (diff) | |
| download | phosphor-hwmon-6bb97a97f12fdd438f75a98be4b58c7973b9df09.tar.gz phosphor-hwmon-6bb97a97f12fdd438f75a98be4b58c7973b9df09.zip | |
Run astyle
Change-Id: Iba20bab3093f15339760d4f782cc6d6e89156ab0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'readd.cpp')
| -rw-r--r-- | readd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,10 +53,10 @@ int main(int argc, char** argv) // ensure the objects all exist? // Polling loop. - while(true) + while (true) { // Iterate through all the sensors. - for(auto& i : *sensors) + for (auto& i : *sensors) { if (i.second.find(hwmon::entry::input) != i.second.end()) { |

