Skip to content

Commit 8293d50

Browse files
committed
style: remove a linebreak
1 parent caf0e19 commit 8293d50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/build.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,8 +1041,7 @@ bool Builder::ExtractDeps(CommandRunner::Result* result,
10411041
StringPiece piece = ptr;
10421042
ptr += piece.size() + 1;
10431043
uint64_t slash_bits;
1044-
CanonicalizePath(const_cast<char*>(piece.str_), &piece.len_,
1045-
&slash_bits);
1044+
CanonicalizePath(const_cast<char*>(piece.str_), &piece.len_, &slash_bits);
10461045
deps_nodes->push_back(state_->GetNode(piece, slash_bits));
10471046
}
10481047
}

0 commit comments

Comments
 (0)