commit | 0050abe882cbf906323fc8ed12b66cbed049adf7 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Sep 17 12:50:25 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Sep 17 12:50:25 2013 -0700 |
tree | 9efd5ee8ca01f7838bcc96ae3ed741f31147df37 | |
parent | 3352fc2aa01b7864b5b253bc99051f511d72ba62 [diff] [blame] |
Code style: Put function return type on a line by itself.
diff --git a/ndn-cpp/common.cpp b/ndn-cpp/common.cpp index 498abe1..d1c55f3 100644 --- a/ndn-cpp/common.cpp +++ b/ndn-cpp/common.cpp
@@ -11,7 +11,8 @@ namespace ndn { -string toHex(const vector<unsigned char>& array) +string +toHex(const vector<unsigned char>& array) { if (!&array) return "";