aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:23:38 -0800
commit190d360defe58eec0540d50cbb5d4a8f4878c4f1 (patch)
tree22e169a0f6780559fef31d847ad226c7ebd8cb4a /src/core/json
parent0605995e55a2030c5a2a82092a253e7188b8d2fb (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/core/json')
-rw-r--r--src/core/json/json.c2
-rw-r--r--src/core/json/json.h2
-rw-r--r--src/core/json/json_common.h2
-rw-r--r--src/core/json/json_reader.c2
-rw-r--r--src/core/json/json_reader.h2
-rw-r--r--src/core/json/json_string.c2
-rw-r--r--src/core/json/json_writer.c2
-rw-r--r--src/core/json/json_writer.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/core/json/json.c b/src/core/json/json.c
index 5b7e02ebde..df7108a94d 100644
--- a/src/core/json/json.c
+++ b/src/core/json/json.c
@@ -61,4 +61,4 @@ void grpc_json_destroy(grpc_json *json) {
}
gpr_free(json);
-} \ No newline at end of file
+}
diff --git a/src/core/json/json.h b/src/core/json/json.h
index 78afa4c48c..dc519e9d5e 100644
--- a/src/core/json/json.h
+++ b/src/core/json/json.h
@@ -85,4 +85,4 @@ char* grpc_json_dump_to_string(grpc_json* json, int indent);
grpc_json* grpc_json_create(grpc_json_type type);
void grpc_json_destroy(grpc_json* json);
-#endif /* __GRPC_SRC_CORE_JSON_JSON_H__ */ \ No newline at end of file
+#endif /* __GRPC_SRC_CORE_JSON_JSON_H__ */
diff --git a/src/core/json/json_common.h b/src/core/json/json_common.h
index ab7627bdbd..60763cc72e 100644
--- a/src/core/json/json_common.h
+++ b/src/core/json/json_common.h
@@ -46,4 +46,4 @@ typedef enum {
GRPC_JSON_TOP_LEVEL
} grpc_json_type;
-#endif /* __GRPC_SRC_CORE_JSON_JSON_COMMON_H__ */ \ No newline at end of file
+#endif /* __GRPC_SRC_CORE_JSON_JSON_COMMON_H__ */
diff --git a/src/core/json/json_reader.c b/src/core/json/json_reader.c
index 0e7a61bf2a..774faa5f23 100644
--- a/src/core/json/json_reader.c
+++ b/src/core/json/json_reader.c
@@ -650,4 +650,4 @@ grpc_json_reader_status grpc_json_reader_run(grpc_json_reader* reader) {
}
return GRPC_JSON_INTERNAL_ERROR;
-} \ No newline at end of file
+}
diff --git a/src/core/json/json_reader.h b/src/core/json/json_reader.h
index 9c2b8e5c55..f7f59127f9 100644
--- a/src/core/json/json_reader.h
+++ b/src/core/json/json_reader.h
@@ -157,4 +157,4 @@ void grpc_json_reader_init(grpc_json_reader* reader,
*/
int grpc_json_reader_is_complete(grpc_json_reader* reader);
-#endif /* __GRPC_SRC_CORE_JSON_JSON_READER_H__ */ \ No newline at end of file
+#endif /* __GRPC_SRC_CORE_JSON_JSON_READER_H__ */
diff --git a/src/core/json/json_string.c b/src/core/json/json_string.c
index 91ae99aa47..13f816995b 100644
--- a/src/core/json/json_string.c
+++ b/src/core/json/json_string.c
@@ -388,4 +388,4 @@ char* grpc_json_dump_to_string(grpc_json* json, int indent) {
json_writer_output_char(&state, 0);
return state.output;
-} \ No newline at end of file
+}
diff --git a/src/core/json/json_writer.c b/src/core/json/json_writer.c
index 2e037e2ad3..4c0bf30780 100644
--- a/src/core/json/json_writer.c
+++ b/src/core/json/json_writer.c
@@ -249,4 +249,4 @@ void grpc_json_writer_value_string(grpc_json_writer* writer, const char* string)
json_writer_output_indent(writer);
json_writer_escape_string(writer, string);
writer->got_key = 0;
-} \ No newline at end of file
+}
diff --git a/src/core/json/json_writer.h b/src/core/json/json_writer.h
index d63add5019..5d5d0891a3 100644
--- a/src/core/json/json_writer.h
+++ b/src/core/json/json_writer.h
@@ -90,4 +90,4 @@ void grpc_json_writer_value_raw_with_len(grpc_json_writer* writer, const char* s
/* Sets a string value. It'll be escaped, and utf-8 validated. */
void grpc_json_writer_value_string(grpc_json_writer* writer, const char* string);
-#endif /* __GRPC_SRC_CORE_JSON_JSON_WRITER_H__ */ \ No newline at end of file
+#endif /* __GRPC_SRC_CORE_JSON_JSON_WRITER_H__ */