summaryrefslogtreecommitdiff
path: root/protocol-caps.h
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-06-07 14:33:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-06-08 01:08:41 (GMT)
commitd94f9b8e9049177d4148b57ecf5f44bfdcc4648d (patch)
tree171b5ec5e4baed34211911d0d2d81210b1a77047 /protocol-caps.h
parenta2ba162cda2acc171c3e36acbbc854792b093cb7 (diff)
downloadgit-d94f9b8e9049177d4148b57ecf5f44bfdcc4648d.zip
git-d94f9b8e9049177d4148b57ecf5f44bfdcc4648d.tar.gz
git-d94f9b8e9049177d4148b57ecf5f44bfdcc4648d.tar.bz2
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>
Diffstat (limited to 'protocol-caps.h')
-rw-r--r--protocol-caps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol-caps.h b/protocol-caps.h
index 6351648..0a9f49d 100644
--- a/protocol-caps.h
+++ b/protocol-caps.h
@@ -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 */