commit | 6bb97a97f12fdd438f75a98be4b58c7973b9df09 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Dec 19 13:06:40 2016 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 12 12:27:05 2017 -0500 |
tree | db20efdaf87410ef32b8ea9d323b1ba3ce018fc9 | |
parent | 4c9c454382e5b307476ec27737f13cb09523238c [diff] [blame] |
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);