Skip to content

Commit

Permalink
ietf-system-augeas: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Feb 9, 2023
1 parent e375ec7 commit 6485c2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/ietf-system-augeas/datastore/running/store.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ static int system_aug_running_store_hostname(void *priv, const struct lyd_node *
static int system_aug_running_store_ntp(void *priv, const struct lyd_node *system_container_node)
{
int error = 0;

system_ctx_t *ctx = (system_ctx_t *) priv;

struct lyd_node *ntp_container_node = NULL;
struct lyd_node *server_list_node = NULL;
struct lyd_node *server_name_leaf_node = NULL;
Expand All @@ -130,6 +132,7 @@ static int system_aug_running_store_ntp(void *priv, const struct lyd_node *syste
struct lyd_node *server_association_type_leaf_node = NULL;
struct lyd_node *server_iburst_leaf_node = NULL, *server_prefer_leaf_node = NULL;
struct lyd_node *udp_container_node = NULL;

system_ntp_server_element_t *ntp_server_head = NULL;

bool ntp_enabled = srpc_feature_status_hash_check(ctx->ietf_system_features, "ntp");
Expand Down

0 comments on commit 6485c2f

Please sign in to comment.