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

Public GIT Repository
cleanups in the MC protocol
[simgrid.git] / src / mc / ObjectInformation.hpp
index 61739713e6628620ed9be9797b653112846db9a9..bfebc40bbfe73a2a4d418455ffc7e7c5cab19555 100644 (file)
@@ -83,7 +83,7 @@ public:
    *
    * We need to efficiently find the function from any given instruction
    * address inside its range. This index is sorted by low_pc
-   * 
+   *
    * The entries are sorted by low_pc and a binary search can be used to look
    * them up. In order to have a better cache locality, we only keep the
    * information we need for the lookup in this vector. We could probably