Skip to content

Commit a3b912b

Browse files
actually fix cpp formatting
1 parent 849b848 commit a3b912b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/node_file.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3516,9 +3516,8 @@ static void CpSyncCopyDir(const FunctionCallbackInfo<Value>& args) {
35163516
auto dest_file_path = dest / dir_entry.path().filename();
35173517
auto dest_file_path_str = PathToString(dest_file_path);
35183518

3519-
if (filter_fn &&
3520-
!(*filter_fn)(dir_entry_path_str.c_str(),
3521-
dest_file_path_str.c_str())) {
3519+
if (filter_fn && !(*filter_fn)(dir_entry_path_str.c_str(),
3520+
dest_file_path_str.c_str())) {
35223521
continue;
35233522
}
35243523

0 commit comments

Comments
 (0)