]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_hash.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill all trailling whitespaces
[simgrid.git] / src / mc / mc_hash.cpp
index 72dd93cfac780057067e15e4ed96b8cc69f51a70..d537cfef301bc83e37516a987711c46621aa1d9a 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <cstdint>
 
-#include <xbt/log.h>
+#include "xbt/log.h"
 
 #include "src/mc/mc_private.h"
 #include "src/mc/mc_snapshot.h"
@@ -24,7 +24,8 @@ namespace mc {
 namespace {
 
 class djb_hash {
-  hash_type state_ = 5381ll;
+  hash_type state_ = 5381LL;
+
 public:
   template<class T>
   void update(T& x)