aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/json/json_writer.h
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/json_writer.h
parent0605995e55a2030c5a2a82092a253e7188b8d2fb (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/core/json/json_writer.h')
-rw-r--r--src/core/json/json_writer.h2
1 files changed, 1 insertions, 1 deletions
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__ */