On Sun, Nov 17, 2024 at 04:14:23AM -0500, Jeff King wrote: > static const struct object_id empty_tree_oid = { > - .hash = EMPTY_TREE_SHA1_BIN_LITERAL, > + .hash ={ There's a missing space here. Patrick
On Sun, Nov 17, 2024 at 04:14:23AM -0500, Jeff King wrote: > static const struct object_id empty_tree_oid = { > - .hash = EMPTY_TREE_SHA1_BIN_LITERAL, > + .hash ={ There's a missing space here. Patrick