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
#define PB_LAST_FIELD {0,0,0,0}
-#endif
\ No newline at end of file
+#endif
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
return 1;
return 0;
-}
\ No newline at end of file
+}