diff options
author | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-11-30 15:03:23 +0000 |
---|---|---|
committer | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-11-30 15:03:23 +0000 |
commit | 2a80ff2bd596b61ad8bca7b174f12a7dd99efaf5 (patch) | |
tree | db0dd12e01ca562da1d0a34756c84735de3cb5a7 | |
parent | e66675a25d39bb5dfebea3041c8f2360bcac290c (diff) |
Merged 0004-Added-missing-trailing-newlines.patch by Matt Kern.
Just adding newlines at the end of files to satisfy old GCC versions.
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@1021 e3a754e5-d11d-0410-8d38-ebb782a927b9
-rw-r--r-- | pb.h | 2 | ||||
-rw-r--r-- | pb_encode.h | 2 | ||||
-rw-r--r-- | tests/test_decode_callbacks.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -159,4 +159,4 @@ typedef enum { #define PB_LAST_FIELD {0,0,0,0} -#endif
\ No newline at end of file +#endif diff --git a/pb_encode.h b/pb_encode.h index 864a48b7..cec39138 100644 --- a/pb_encode.h +++ b/pb_encode.h @@ -69,4 +69,4 @@ bool pb_enc_bytes(pb_ostream_t *stream, const pb_field_t *field, const void *src bool pb_enc_string(pb_ostream_t *stream, const pb_field_t *field, const void *src); bool pb_enc_submessage(pb_ostream_t *stream, const pb_field_t *field, const void *src); -#endif
\ No newline at end of file +#endif diff --git a/tests/test_decode_callbacks.c b/tests/test_decode_callbacks.c index aaf4cdcc..714b7bb2 100644 --- a/tests/test_decode_callbacks.c +++ b/tests/test_decode_callbacks.c @@ -88,4 +88,4 @@ int main() return 1; return 0; -}
\ No newline at end of file +} |