summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-04-20 17:22:49 -0700
committerPatrick Venture <venture@google.com>2018-04-24 19:56:24 +0000
commitdd46739659dd8ce2adb8def30f6b8c2ef4a75c0d (patch)
tree82abf10a05d24126940f1ff98a384a4c31c8654e
parent50cf1c57b782cfb139245b15893f59d19066ee4f (diff)
downloadphosphor-hwmon-dd46739659dd8ce2adb8def30f6b8c2ef4a75c0d.tar.gz
phosphor-hwmon-dd46739659dd8ce2adb8def30f6b8c2ef4a75c0d.zip
sysfs: cleanup: add missing namespace comment
Namespace was missing terminator comment. Change-Id: I9a35742fbdf5c0cdf162dfead0e86864b635a9ab Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--sysfs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysfs.hpp b/sysfs.hpp
index 86be6da..f66c3fb 100644
--- a/sysfs.hpp
+++ b/sysfs.hpp
@@ -167,6 +167,6 @@ class HwmonIO
std::string p;
};
} // namespace hwmonio
-}
+} // namespace sysfs
// vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud