]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer.h fix placement of #endif
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 15 Oct 2019 10:25:30 +0000 (10:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Oct 2019 01:30:51 +0000 (10:30 +0900)
commit12bb7a540a39746fd6f62e4d5ffd016a2178bcf7
tree5841778d0932e7160fe5bbf9345e4fa4ad763f9f
parent6a619ca03ce82988f2039ecdfd3565d54aa4d9ed
sequencer.h fix placement of #endif

Commit 65850686cf ("rebase -i: rewrite write_basic_state() in C",
2018-08-28) accidentially added new function declarations after
the #endif at the end of the include guard.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.h