aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pb.h2
-rw-r--r--pb_encode.h2
-rw-r--r--tests/test_decode_callbacks.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/pb.h b/pb.h
index cd9c75d..ea94efc 100644
--- 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
diff --git a/pb_encode.h b/pb_encode.h
index 864a48b..cec3913 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 aaf4cdc..714b7bb 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
+}