diff Framework/Oracle/SleepOracleCommand.h @ 824:15d493101c1e

support of SleepOracleCommand in WebAssemblyOracle
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 May 2019 15:26:47 +0200
parents c44c1d2d3598
children 8e3763d1736a 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Oracle/SleepOracleCommand.h	Wed May 29 14:44:37 2019 +0200
+++ b/Framework/Oracle/SleepOracleCommand.h	Wed May 29 15:26:47 2019 +0200
@@ -35,7 +35,7 @@
     ORTHANC_STONE_DEFINE_ORIGIN_MESSAGE(__FILE__, __LINE__, TimeoutMessage, SleepOracleCommand);
 
     SleepOracleCommand(unsigned int milliseconds) : 
-    milliseconds_(milliseconds)
+      milliseconds_(milliseconds)
     {
     }