diff options
author | Muxi Yan <mxyan@google.com> | 2018-08-10 14:43:12 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-08-10 14:43:12 -0700 |
commit | 151e30567b407381af5134c9f5c3d782bf80c3e2 (patch) | |
tree | a557a6e4764d07ff2c785a5168632f25e6e529a8 | |
parent | f3839c8a25bc44ea9dcc7e89396e14f90f13a3e9 (diff) |
Add newline to end of header
-rw-r--r-- | src/core/lib/security/security_connector/load_system_roots.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/security/security_connector/load_system_roots.h b/src/core/lib/security/security_connector/load_system_roots.h index 8d4af5b2c6..caeadb004f 100644 --- a/src/core/lib/security/security_connector/load_system_roots.h +++ b/src/core/lib/security/security_connector/load_system_roots.h @@ -26,4 +26,5 @@ grpc_slice LoadSystemRootCerts(); } // namespace grpc_core -#endif /* GRPC_CORE_LIB_SECURITY_SECURITY_CONNECTOR_LOAD_SYSTEM_ROOTS_H */
\ No newline at end of file +#endif /* GRPC_CORE_LIB_SECURITY_SECURITY_CONNECTOR_LOAD_SYSTEM_ROOTS_H */ + |