Skip to content

Commit f9efe3c

Browse files
actually fix cpp formatting
1 parent 782b93e commit f9efe3c

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
@@ -3499,9 +3499,8 @@ static void CpSyncCopyDir(const FunctionCallbackInfo<Value>& args) {
34993499
auto dest_file_path = dest / dir_entry.path().filename();
35003500
auto dest_file_path_str = PathToString(dest_file_path);
35013501

3502-
if (filter_fn &&
3503-
!(*filter_fn)(dir_entry_path_str.c_str(),
3504-
dest_file_path_str.c_str())) {
3502+
if (filter_fn && !(*filter_fn)(dir_entry_path_str.c_str(),
3503+
dest_file_path_str.c_str())) {
35053504
continue;
35063505
}
35073506

0 commit comments

Comments
 (0)