From 6bb97a97f12fdd438f75a98be4b58c7973b9df09 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 19 Dec 2016 13:06:40 -0500 Subject: Run astyle Change-Id: Iba20bab3093f15339760d4f782cc6d6e89156ab0 Signed-off-by: Brad Bishop --- readd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readd.cpp') diff --git a/readd.cpp b/readd.cpp index 7d494df..684e447 100644 --- a/readd.cpp +++ b/readd.cpp @@ -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()) { -- cgit v1.2.3