Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix some compilation erros
[simgrid.git] / src / mc / mc_hash.hpp
index 67505c5..4a8dd6a 100644 (file)
@@ -17,6 +17,7 @@ namespace simgrid {
 namespace mc {
 
 typedef std::uint64_t hash_type;
+
 XBT_PRIVATE hash_type hash(simgrid::mc::Snapshot const& snapshot);
 
 }