1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-03-28 09:50:33 +01:00

protocol-caps.h: add newline at end of file

Add a trailing newline to the protocol-caps.h file added in the recent
a2ba162cda (object-info: support for retrieving object info,
2021-04-20). Various editors add this implicitly, and some compilers
warn about the lack of a \n here.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2021-06-07 16:33:05 +02:00 committed by Junio C Hamano
parent a2ba162cda
commit d94f9b8e90

View File

@ -7,4 +7,4 @@ struct packet_reader;
int cap_object_info(struct repository *r, struct strvec *keys,
struct packet_reader *request);
#endif /* PROTOCOL_CAPS_H */
#endif /* PROTOCOL_CAPS_H */