From 1d781558da28f72f5233c09835663aa3b42e2d97 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 27 Nov 2017 04:52:35 -0800 Subject: VOM: favour make_shared Change-Id: I0c5e198049d510f3b3f9a6aefe49c315449768e3 Signed-off-by: Neale Ranns --- src/vpp-api/vom/l3_binding.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/vpp-api/vom/l3_binding.cpp') diff --git a/src/vpp-api/vom/l3_binding.cpp b/src/vpp-api/vom/l3_binding.cpp index be7c9d1e24b..6ff824483ea 100644 --- a/src/vpp-api/vom/l3_binding.cpp +++ b/src/vpp-api/vom/l3_binding.cpp @@ -171,9 +171,9 @@ l3_binding::find(const interface& i) while (it != m_db.cend()) { /* - * The key in the DB is a pair of the interface's name and prefix. - * If the keys match, save the L3-config - */ + * The key in the DB is a pair of the interface's name and prefix. + * If the keys match, save the L3-config + */ auto key = it->first; if (i.key() == key.first) { @@ -202,8 +202,8 @@ void l3_binding::event_handler::handle_populate(const client_db::key_t& key) { /** - * This is done while populating the interfaces - */ + * This is done while populating the interfaces + */ } dependency_t -- cgit 1.2.3-korg