diff options
author | Muxi Yan <mxyan@google.com> | 2016-07-18 15:12:19 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-07-18 15:12:19 -0700 |
commit | 791c4d7b7c89d68a3eda7e66a35ace852030caf8 (patch) | |
tree | 3ed6bf6e5cfb90f37d6b82b50d603ece25616863 | |
parent | 9afdd01e6901fe1f6be68c4242e68332e58efed0 (diff) |
Add new line to the end of fixture.h
-rw-r--r-- | src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h b/src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h index 31e36a71f2..45fbfc4bc8 100644 --- a/src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h +++ b/src/objective-c/tests/CoreCronetEnd2EndTests/fixture.h @@ -31,4 +31,5 @@ * */ -int main(int argc, char **argv);
\ No newline at end of file +int main(int argc, char **argv); + |