diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-05-14 21:23:36 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2020-05-28 19:22:53 -0300 |
| commit | 1be4decb04be48d73ea90f6feb0f33af25499c19 (patch) | |
| tree | e79820f0ea5d3c9c707a5b016315f0d2b71d29f5 /lib/northbound.h | |
| parent | c6a9c60f97816488e2ca025764bd4c0be9e2b483 (diff) | |
lib: northbound style fixes
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/northbound.h')
| -rw-r--r-- | lib/northbound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/northbound.h b/lib/northbound.h index 84382eeb60..44727ca0df 100644 --- a/lib/northbound.h +++ b/lib/northbound.h @@ -1044,8 +1044,8 @@ extern void *nb_running_unset_entry(const struct lyd_node *dnode); * Returns: * User pointer if found, NULL otherwise. */ -extern void *nb_running_get_entry(const struct lyd_node *dnode, const char *xpath, - bool abort_if_not_found); +extern void *nb_running_get_entry(const struct lyd_node *dnode, + const char *xpath, bool abort_if_not_found); /* * Return a human-readable string representing a northbound event. |
