diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-18 09:23:38 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-18 09:23:38 -0800 |
commit | 190d360defe58eec0540d50cbb5d4a8f4878c4f1 (patch) | |
tree | 22e169a0f6780559fef31d847ad226c7ebd8cb4a /test/core/json | |
parent | 0605995e55a2030c5a2a82092a253e7188b8d2fb (diff) |
Add missing new-lines at end of file
Diffstat (limited to 'test/core/json')
-rw-r--r-- | test/core/json/json_rewrite.c | 2 | ||||
-rw-r--r-- | test/core/json/json_rewrite_test.c | 2 | ||||
-rw-r--r-- | test/core/json/json_test.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/core/json/json_rewrite.c b/test/core/json/json_rewrite.c index 23ea798fea..203e75c7d5 100644 --- a/test/core/json/json_rewrite.c +++ b/test/core/json/json_rewrite.c @@ -258,4 +258,4 @@ int main(int argc, char** argv) { gpr_cmdline_destroy(cl); return rewrite(stdin, stdout, indent) ? 0 : 1; -}
\ No newline at end of file +} diff --git a/test/core/json/json_rewrite_test.c b/test/core/json/json_rewrite_test.c index 1b3383653d..78dff92a77 100644 --- a/test/core/json/json_rewrite_test.c +++ b/test/core/json/json_rewrite_test.c @@ -319,4 +319,4 @@ int main(int argc, char** argv) { test_rewrites(); gpr_log(GPR_INFO, "json_rewrite_test success"); return 0; -}
\ No newline at end of file +} diff --git a/test/core/json/json_test.c b/test/core/json/json_test.c index 1cfbbc4105..0e315e51ee 100644 --- a/test/core/json/json_test.c +++ b/test/core/json/json_test.c @@ -175,4 +175,4 @@ int main(int argc, char **argv) { test_atypical(); gpr_log(GPR_INFO, "json_test success"); return 0; -}
\ No newline at end of file +} |