Other: C++ Code reformat.

This commit is contained in:
Xavier Michelon
2023-01-05 08:37:38 +01:00
parent bb07138fb0
commit 8790d3cfcf
58 changed files with 1348 additions and 1692 deletions

View File

@ -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