Fixing indent.

pull/141/head
Julien Boeuf 10 years ago
parent 8fbcc4391e
commit 68ad53edf3
  1. 4
      include/grpc/grpc_security.h

@ -60,8 +60,8 @@ typedef struct {
the client's private key. */ the client's private key. */
const char *private_key; const char *private_key;
/* cert_chain is the NULL-terminated string containing the PEM encoding of /* cert_chain is the NULL-terminated string containing the PEM encoding of
the client's certificate chain. */ the client's certificate chain. */
const char *cert_chain; const char *cert_chain;
} grpc_ssl_pem_key_cert_pair; } grpc_ssl_pem_key_cert_pair;

Loading…
Cancel
Save