]> git.ipfire.org Git - thirdparty/git.git/commitdiff
protocol-caps.h: add newline at end of file
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 7 Jun 2021 14:33:05 +0000 (16:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jun 2021 01:08:41 +0000 (10:08 +0900)
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>
protocol-caps.h

index 6351648e3719978dad31958ad441a0fad27d89bc..0a9f49df115b5cf0914eea64936059cfa64b224b 100644 (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 */
\ No newline at end of file
+#endif /* PROTOCOL_CAPS_H */