Merged 0004-Added-missing-trailing-newlines.patch by Matt Kern.
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>
Wed, 30 Nov 2011 15:03:23 +0000 (15:03 +0000)
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>
Wed, 30 Nov 2011 15:03:23 +0000 (15:03 +0000)
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

pb.h
pb_encode.h
tests/test_decode_callbacks.c

diff --git a/pb.h b/pb.h
index cd9c75d..ea94efc 100644 (file)
--- a/pb.h
+++ b/pb.h
@@ -159,4 +159,4 @@ typedef enum {
 #define PB_LAST_FIELD {0,0,0,0}
 
 
-#endif
\ No newline at end of file
+#endif
index 864a48b..cec3913 100644 (file)
@@ -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
index aaf4cdc..714b7bb 100644 (file)
@@ -88,4 +88,4 @@ int main()
         return 1;
     
     return 0;
-}
\ No newline at end of file
+}