Skip to content

Commit

Permalink
ncc REFACTOR formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed May 12, 2023
1 parent 410aa8e commit ccfb917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netconf_confirmed_commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ ncc_clean_backup_directory(void)
if (!strcmp(dirent->d_name, ".") || !strcmp(dirent->d_name, "..")) {
continue;
}

if (!strstr(dirent->d_name, ".json") && strcmp(META_FILE, dirent->d_name)) {
/* If some unexpected file, just skip */
continue;
Expand Down

0 comments on commit ccfb917

Please # to comment.