diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-07-08 13:15:05 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-07-08 13:15:05 -0700 |
| commit | 069f9989cb23361ed068fc9fd4da1003122a0fc6 (patch) | |
| tree | 50d91c40c05b8d68eaffd2bafb80f243712bc799 | |
| parent | 2134c3fb1f51fd32f1e21c5c6925422cf8bf8891 (diff) | |
| parent | d94f9b8e9049177d4148b57ecf5f44bfdcc4648d (diff) | |
| download | git-069f9989cb23361ed068fc9fd4da1003122a0fc6.tar.xz | |
Merge branch 'ba/object-info'
Code clean-up.
* ba/object-info:
protocol-caps.h: add newline at end of file
| -rw-r--r-- | protocol-caps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol-caps.h b/protocol-caps.h index 6351648e37..0a9f49df11 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 */ |
