From 5da4baa80daf58e1b4d9f9ad18ef174cadfea9a7 Mon Sep 17 00:00:00 2001 From: Matthew Stevenson Date: Thu, 1 Aug 2019 08:55:36 -0700 Subject: [PATCH] Fixed typo in define guard --- include/grpcpp/security/tls_credentials_options.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/grpcpp/security/tls_credentials_options.h b/include/grpcpp/security/tls_credentials_options.h index ba7ac469b8b..e7265143159 100644 --- a/include/grpcpp/security/tls_credentials_options.h +++ b/include/grpcpp/security/tls_credentials_options.h @@ -262,5 +262,6 @@ class TlsCredentialsOptions { } // namespace experimental } // namespace grpc_impl -#endif /** GRPCPP_SECURITY_TLS_CREDENTIALS_OPTIONS_H **/ + +#endif // GRPCPP_SECURITY_TLS_CREDENTIALS_OPTIONS_H