Skip to content

Commit

Permalink
cli REFACTOR formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jun 29, 2023
1 parent 14cd849 commit 17fee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "configuration.h"
#include "linenoise/linenoise.h"

struct cli_opts opts = { .output_format = LYD_XML };
struct cli_opts opts = {.output_format = LYD_XML};

/* NetConf Client home (appended to ~/) */
#define NCC_DIR ".netopeer2-cli"
Expand Down

0 comments on commit 17fee11

Please sign in to comment.