commit | 92342a9280bf6d4ac58530fb84630e119c834e84 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Dec 03 12:16:58 2013 -0800 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Dec 03 12:16:58 2013 -0800 |
tree | 97200ab4a1e4c9e851da07ac4c4ca178a1514dd4 | |
parent | 000a1e93f8f5c79a5d12c6368330b0b3a5d4ec66 [diff] [blame] |
code style: Exclude: Put return type on the previous line.
diff --git a/include/ndn-cpp/interest.hpp b/include/ndn-cpp/interest.hpp index 846ecf2..e8a498b 100644 --- a/include/ndn-cpp/interest.hpp +++ b/include/ndn-cpp/interest.hpp
@@ -182,7 +182,8 @@ * Encode this Exclude with elements separated by "," and ndn_Exclude_ANY shown as "*". * @return the URI string */ - std::string toUri() const; + std::string + toUri() const; private: std::vector<Entry> entries_;