X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d73f6e9c920e1a054f94c3117281fded81c6cc5b..d7c957a488bb2ebd0ef5ea7a3323f1ccea620f30:/src/surf/cpu_cas01.cpp diff --git a/src/surf/cpu_cas01.cpp b/src/surf/cpu_cas01.cpp index ee3430c357..3d0122eb29 100644 --- a/src/surf/cpu_cas01.cpp +++ b/src/surf/cpu_cas01.cpp @@ -210,7 +210,7 @@ int CpuCas01Action::requested_core() const return requested_core_; } -CpuCas01Action::~CpuCas01Action()=default; +CpuCas01Action::~CpuCas01Action() = default; } // namespace resource } // namespace kernel