aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
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 /test/core/security
parent0605995e55a2030c5a2a82092a253e7188b8d2fb (diff)
Add missing new-lines at end of file
Diffstat (limited to 'test/core/security')
-rw-r--r--test/core/security/base64_test.c2
-rw-r--r--test/core/security/credentials_test.c2
-rw-r--r--test/core/security/fetch_oauth2.c2
-rw-r--r--test/core/security/json_token_test.c2
-rw-r--r--test/core/security/secure_endpoint_test.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/core/security/base64_test.c b/test/core/security/base64_test.c
index e306ea3cf6..bfd5c48777 100644
--- a/test/core/security/base64_test.c
+++ b/test/core/security/base64_test.c
@@ -182,4 +182,4 @@ int main(int argc, char **argv) {
test_url_safe_unsafe_mismtach_failure();
test_rfc4648_test_vectors();
return 0;
-} \ No newline at end of file
+}
diff --git a/test/core/security/credentials_test.c b/test/core/security/credentials_test.c
index cefe969c22..302869d70e 100644
--- a/test/core/security/credentials_test.c
+++ b/test/core/security/credentials_test.c
@@ -622,4 +622,4 @@ int main(int argc, char **argv) {
test_service_accounts_creds_http_failure();
test_service_accounts_creds_signing_failure();
return 0;
-} \ No newline at end of file
+}
diff --git a/test/core/security/fetch_oauth2.c b/test/core/security/fetch_oauth2.c
index dbd5f31262..369c34a5a5 100644
--- a/test/core/security/fetch_oauth2.c
+++ b/test/core/security/fetch_oauth2.c
@@ -174,4 +174,4 @@ int main(int argc, char **argv) {
gpr_cmdline_destroy(cl);
grpc_shutdown();
return 0;
-} \ No newline at end of file
+}
diff --git a/test/core/security/json_token_test.c b/test/core/security/json_token_test.c
index 0457f6499a..8615fca5fb 100644
--- a/test/core/security/json_token_test.c
+++ b/test/core/security/json_token_test.c
@@ -374,4 +374,4 @@ int main(int argc, char **argv) {
test_parse_json_key_failure_no_private_key();
test_jwt_encode_and_sign();
return 0;
-} \ No newline at end of file
+}
diff --git a/test/core/security/secure_endpoint_test.c b/test/core/security/secure_endpoint_test.c
index 1d0e36ddaf..03a4d3a1e6 100644
--- a/test/core/security/secure_endpoint_test.c
+++ b/test/core/security/secure_endpoint_test.c
@@ -201,4 +201,4 @@ int main(int argc, char **argv) {
grpc_iomgr_shutdown();
return 0;
-} \ No newline at end of file
+}