commit | f6d5a6293df5f3eab3c95ca891254226b18672f3 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Sep 12 12:21:00 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Sep 12 12:21:00 2013 -0700 |
tree | 59a2505f92f78199070260bef9aa59a562ebbe4d | |
parent | e5ddbed4cb10cf5e95b4542a4d5b2c172024b5fe [diff] |
Fix code style.
diff --git a/ndn-cpp/util/blob.hpp b/ndn-cpp/util/blob.hpp index af1651d..d7c3e5e 100644 --- a/ndn-cpp/util/blob.hpp +++ b/ndn-cpp/util/blob.hpp
@@ -77,7 +77,7 @@ const unsigned char* buf() const { if (*this) - return &(*this)->front (); + return &(*this)->front(); else return 0; }