aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/ccnx/icnet_ccnx_key_locator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icnet/ccnx/icnet_ccnx_key_locator.cc')
-rw-r--r--icnet/ccnx/icnet_ccnx_key_locator.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/icnet/ccnx/icnet_ccnx_key_locator.cc b/icnet/ccnx/icnet_ccnx_key_locator.cc
index 193573a9..ad099bc8 100644
--- a/icnet/ccnx/icnet_ccnx_key_locator.cc
+++ b/icnet/ccnx/icnet_ccnx_key_locator.cc
@@ -8,10 +8,12 @@ namespace icnet {
namespace ccnx {
-KeyLocator::KeyLocator() : type_(KeyLocatorType::UNKNOWN) {
+KeyLocator::KeyLocator()
+ : type_(KeyLocatorType::UNKNOWN) {
}
-KeyLocator::KeyLocator(KeyLocatorType type, Name &name) : type_(type), name_(name) {
+KeyLocator::KeyLocator(KeyLocatorType type, Name &name)
+ : type_(type), name_(name) {
}
Name &KeyLocator::getName() {