run clang-format

This commit is contained in:
Yang Gao 2015-01-26 00:19:48 -08:00
parent 3b488e2f67
commit 240ab352a8
1 changed files with 1 additions and 2 deletions

View File

@ -157,8 +157,7 @@ NAN_METHOD(Credentials::CreateSsl) {
} }
NanReturnValue(WrapStruct(grpc_ssl_credentials_create( NanReturnValue(WrapStruct(grpc_ssl_credentials_create(
root_certs, root_certs, key_cert_pair.private_key == NULL ? NULL : &key_cert_pair)));
key_cert_pair.private_key == NULL ? NULL : &key_cert_pair)));
} }
NAN_METHOD(Credentials::CreateComposite) { NAN_METHOD(Credentials::CreateComposite) {