forked from Silverfish/proton-bridge
Other: C++ Code reformat.
This commit is contained in:
@ -23,8 +23,7 @@
|
||||
//****************************************************************************************************************************************************
|
||||
/// Service configuration class.
|
||||
//****************************************************************************************************************************************************
|
||||
struct GRPCConfig
|
||||
{
|
||||
struct GRPCConfig {
|
||||
public: // data members
|
||||
qint32 port; ///< The port.
|
||||
QString cert; ///< The server TLS certificate.
|
||||
@ -36,5 +35,4 @@ public: // data members
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif //BRIDGE_PP_GRPC_CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user