Run astyle

Change-Id: Iba20bab3093f15339760d4f782cc6d6e89156ab0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/readd.cpp b/readd.cpp
index 7d494df..684e447 100644
--- a/readd.cpp
+++ b/readd.cpp
@@ -53,10 +53,10 @@
     //       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())
             {