summaryrefslogtreecommitdiffstats
path: root/pb_encode.h
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-11-30 15:03:23 +0000
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-11-30 15:03:23 +0000
commit2a80ff2bd596b61ad8bca7b174f12a7dd99efaf5 (patch)
treedb0dd12e01ca562da1d0a34756c84735de3cb5a7 /pb_encode.h
parente66675a25d39bb5dfebea3041c8f2360bcac290c (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
Diffstat (limited to 'pb_encode.h')
-rw-r--r--pb_encode.h2
1 files changed, 1 insertions, 1 deletions
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