Skip to content

Commit ccfb917

Browse files
committed
ncc REFACTOR formatting
1 parent 410aa8e commit ccfb917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netconf_confirmed_commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ ncc_clean_backup_directory(void)
348348
if (!strcmp(dirent->d_name, ".") || !strcmp(dirent->d_name, "..")) {
349349
continue;
350350
}
351-
351+
352352
if (!strstr(dirent->d_name, ".json") && strcmp(META_FILE, dirent->d_name)) {
353353
/* If some unexpected file, just skip */
354354
continue;

0 commit comments

Comments
 (0)