diff Framework/MySQL/MySQLParameters.h @ 186:6fe74f9a516e

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Dec 2020 15:05:19 +0100
parents 4d32c9c8d6c0
children 3236894320d6
line wrap: on
line diff
--- a/Framework/MySQL/MySQLParameters.h	Wed Dec 16 13:59:17 2020 +0100
+++ b/Framework/MySQL/MySQLParameters.h	Wed Dec 16 15:05:19 2020 +0100
@@ -46,11 +46,12 @@
     unsigned int connectionRetryInterval_;
 
     void Reset();
-
+    
   public:
     MySQLParameters();
 
-    MySQLParameters(const OrthancPlugins::OrthancConfiguration& pluginConfiguration, const OrthancPlugins::OrthancConfiguration& orthancConfiguration);
+    MySQLParameters(const OrthancPlugins::OrthancConfiguration& pluginConfiguration,
+                    const OrthancPlugins::OrthancConfiguration& orthancConfiguration);
 
     const std::string& GetHost() const
     {