commit | dd46739659dd8ce2adb8def30f6b8c2ef4a75c0d | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Apr 20 17:22:49 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Apr 24 19:56:24 2018 +0000 |
tree | 82abf10a05d24126940f1ff98a384a4c31c8654e | |
parent | 50cf1c57b782cfb139245b15893f59d19066ee4f [diff] |
sysfs: cleanup: add missing namespace comment Namespace was missing terminator comment. Change-Id: I9a35742fbdf5c0cdf162dfead0e86864b635a9ab Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/sysfs.hpp b/sysfs.hpp index 86be6da..f66c3fb 100644 --- a/sysfs.hpp +++ b/sysfs.hpp
@@ -167,6 +167,6 @@ std::string p; }; } // namespace hwmonio -} +} // namespace sysfs // vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4