Run astyle

Change-Id: Iba20bab3093f15339760d4f782cc6d6e89156ab0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/sensorset.hpp b/sensorset.hpp
index beb8446..fdd708a 100644
--- a/sensorset.hpp
+++ b/sensorset.hpp
@@ -9,7 +9,7 @@
 {
     public:
         typedef std::map<std::pair<std::string, std::string>,
-                         std::set<std::string>> container_t;
+                std::set<std::string>> container_t;
 
         SensorSet(const std::string& path);