Run astyle
Change-Id: Iba20bab3093f15339760d4f782cc6d6e89156ab0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/hwmon.hpp b/hwmon.hpp
index 494d38e..505c625 100644
--- a/hwmon.hpp
+++ b/hwmon.hpp
@@ -5,19 +5,19 @@
namespace hwmon
{
- using namespace std::literals;
+using namespace std::literals;
- namespace entry
- {
- static const std::string input = "input"s;
- }
+namespace entry
+{
+static const std::string input = "input"s;
+}
- namespace type
- {
- static const std::string fan = "fan"s;
- static const std::string temp = "temp"s;
- static const std::string volt = "in"s;
- }
+namespace type
+{
+static const std::string fan = "fan"s;
+static const std::string temp = "temp"s;
+static const std::string volt = "in"s;
+}
}
#endif