Skip to content

Commit d94f9b8

Browse files
avargitster
authored andcommitted
protocol-caps.h: add newline at end of file
Add a trailing newline to the protocol-caps.h file added in the recent a2ba162 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a2ba162 commit d94f9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-caps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ struct packet_reader;
77
int cap_object_info(struct repository *r, struct strvec *keys,
88
struct packet_reader *request);
99

10-
#endif /* PROTOCOL_CAPS_H */
10+
#endif /* PROTOCOL_CAPS_H */

0 commit comments

Comments
 (0)