diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-12 13:46:30 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-12 13:46:30 -0700 |
commit | 666a362a669924cd081d3c3a63e0818535e5c91f (patch) | |
tree | 2ef2077b812835dc82f2797ecc128f870f7ef154 /include | |
parent | 8f98e0b9dd48009edb48a9a67dd38d097484fbaa (diff) |
clang-fmt
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/impl/codegen/create_auth_context.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/grpc++/impl/codegen/create_auth_context.h b/include/grpc++/impl/codegen/create_auth_context.h index 387407bfec..662b300299 100644 --- a/include/grpc++/impl/codegen/create_auth_context.h +++ b/include/grpc++/impl/codegen/create_auth_context.h @@ -30,6 +30,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ + +#ifndef GRPCXX_IMPL_CODEGEN_CREATE_AUTH_CONTEXT_H +#define GRPCXX_IMPL_CODEGEN_CREATE_AUTH_CONTEXT_H + #include <memory> #include <grpc++/security/auth_context.h> @@ -40,3 +44,5 @@ namespace grpc { std::shared_ptr<const AuthContext> CreateAuthContext(grpc_call* call); } // namespace grpc + +#endif // GRPCXX_IMPL_CODEGEN_CREATE_AUTH_CONTEXT_H |