Zebediah Figura (@zfigura) commented about dlls/rpcrt4/tests/server.c:
ok(RPC_S_OK == RpcStringFreeA(&binding), "RpcStringFree\n"); ok(RPC_S_OK == RpcBindingFree(&IInterpServer_IfHandle), "RpcBindingFree\n");
}
- else if (strcmp(test, "explicit_handle") == 0)
- {
Let's get rid of these blank lines, please.